-
Notifications
You must be signed in to change notification settings - Fork 138
Open
Description
Follow the binding tutorail in the jellyfish page to build with python bindings, but when I try to import jellyfish got the following error
>>> import jellyfish
Traceback (most recent call last):
File "swig/python/dna_jellyfish.py", line 20, in swig_import_helper
File "/mnt/home/dunan/anaconda/envs/python3/lib/python3.6/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 994, in _gcd_import
File "<frozen importlib._bootstrap>", line 971, in _find_and_load
File "<frozen importlib._bootstrap>", line 953, in _find_and_load_unlocked
ModuleNotFoundError: No module named '_dna_jellyfish'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/mnt/home/dunan/lib/python3.6/site-packages/jellyfish.py", line 4, in <module>
import dna_jellyfish as jellyfish
File "swig/python/dna_jellyfish.py", line 23, in <module>
File "swig/python/dna_jellyfish.py", line 22, in swig_import_helper
File "/mnt/home/dunan/anaconda/envs/python3/lib/python3.6/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
ModuleNotFoundError: No module named '_dna_jellyfish'
Metadata
Metadata
Assignees
Labels
No labels