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

ModuleNotFoundError: No module named 'edlib' #15

Open
snayfach opened this issue Jan 6, 2021 · 1 comment
Open

ModuleNotFoundError: No module named 'edlib' #15

snayfach opened this issue Jan 6, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@snayfach
Copy link

snayfach commented Jan 6, 2021

I installed the program using: conda install -c bioconda badread -y

But got the error:

Traceback (most recent call last):
File "/global/homes/s/snayfach/.conda/envs/flye/bin/badread", line 10, in
sys.exit(main())
File "/global/homes/s/snayfach/.conda/envs/flye/lib/python3.8/site-packages/badread/main.py", line 33, in main
from .simulate import simulate
File "/global/homes/s/snayfach/.conda/envs/flye/lib/python3.8/site-packages/badread/simulate.py", line 17, in
import edlib
ModuleNotFoundError: No module named 'edlib'

The issue appears to be discussed here

The solution was to run this: conda install python-edlib -y

Would be helpful to future users if you could add this to the bioconda recipe or mention this in the docs.

Thanks,
Stephen

@mbhall88
Copy link

This has been resolved now (bioconda/bioconda-recipes#41633). The latest build version (0.4.0) on bioconda fixes this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants