Skip to content

ModuleNotFoundError: No module named 'edlib' #15

Description

@snayfach

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions