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 'ordered_set' #207

Open
xuxia10 opened this issue Oct 5, 2023 · 1 comment
Open

ModuleNotFoundError: No module named 'ordered_set' #207

xuxia10 opened this issue Oct 5, 2023 · 1 comment

Comments

@xuxia10
Copy link

xuxia10 commented Oct 5, 2023

Dear author,

Describe the bug

I input longbow version

Traceback (most recent call last):
File "/home/xuxia/miniconda3/envs/masseq2/bin/longbow", line 5, in
from longbow.main import main_entry
File "/home/xuxia/miniconda3/envs/masseq2/lib/python3.7/site-packages/longbow/main.py", line 36, in
exec(f"from .{p.name} import command as {p.name}")
File "", line 1, in
File "/home/xuxia/miniconda3/envs/masseq2/lib/python3.7/site-packages/longbow/correct/command.py", line 23, in
from ..utils import bam_utils, barcode_utils
File "/home/xuxia/miniconda3/envs/masseq2/lib/python3.7/site-packages/longbow/utils/barcode_utils.py", line 11, in
from ordered_set import OrderedSet
ModuleNotFoundError: No module named 'ordered_set'

@hdm-23
Copy link

hdm-23 commented Oct 19, 2023

Have you tried installing 'ordered_set'?
'pip install ordered-set'

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

2 participants