Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors #50

Open
githubzhw2018 opened this issue Nov 23, 2020 · 0 comments
Open

Errors #50

githubzhw2018 opened this issue Nov 23, 2020 · 0 comments

Comments

@githubzhw2018
Copy link

When I conducted the command: "./kaptive.py -h" , the errors happened and reported as below. How to fix it ? Thank you very much.
Traceback (most recent call last):
File "/home/micro/.local/lib/python3.6/site-packages/numpy/core/init.py", line 22, in
from . import multiarray
ImportError: libgfortran-ed201abd.so.3.0.0: cannot open shared object file: No such file or directory

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "./kaptive.py", line 53, in
from Bio import SeqIO
File "/home/micro/.local/lib/python3.6/site-packages/Bio/SeqIO/init.py", line 382, in
from Bio.Align import MultipleSeqAlignment
File "/home/micro/.local/lib/python3.6/site-packages/Bio/Align/init.py", line 21, in
from Bio.Align import substitution_matrices
File "/home/micro/.local/lib/python3.6/site-packages/Bio/Align/substitution_matrices/init.py", line 12, in
import numpy
File "/home/micro/.local/lib/python3.6/site-packages/numpy/init.py", line 140, in
from . import core
File "/home/micro/.local/lib/python3.6/site-packages/numpy/core/init.py", line 48, in
raise ImportError(msg)
ImportError:

IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!

Importing the numpy C-extensions failed. This error can happen for
many reasons, often due to issues with your setup or how NumPy was
installed.

We have compiled some common reasons and troubleshooting tips at:

https://numpy.org/devdocs/user/troubleshooting-importerror.html

Please note and check the following:

  • The Python version is: Python3.6 from "/usr/bin/python3"
  • The NumPy version is: "1.19.4"

and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.

Original error was: libgfortran-ed201abd.so.3.0.0: cannot open shared object file: No such file or directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant