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

AttributeError: module 'collections' has no attribute 'MutableSet' #8

Open
imonteroo opened this issue Aug 23, 2024 · 1 comment
Open

Comments

@imonteroo
Copy link

I have Resfinder installed in a Conda environment and whe I run it I have this error

run_resfinder.py -o /media/microviable/SeagateExpansion/Biobakery_Results/Ser02-ABBiotics_E_rarefied/Resfinder -l 0.6 -t 6 --acquired --point -s "Other" -ifq /media/microviable/SeagateExpansion/Biobakery_Results/Ser02-ABBiotics_E/kneaddata/main/ Traceback (most recent call last): File "/home/microviable/bin/run_resfinder.py", line 8, in <module> from cge.resfinder import ResFinder File "/home/microviable/Programas/resfinder/cge/resfinder.py", line 14, in <module> from .output.table import TableResults File "/home/microviable/Programas/resfinder/cge/output/table.py", line 2, in <module> from .orderedset import OrderedSet File "/home/microviable/Programas/resfinder/cge/output/orderedset.py", line 20, in <module> class OrderedSet(collections.MutableSet): AttributeError: module 'collections' has no attribute 'MutableSet'

@Sinceter
Copy link

Yea, me the same error...

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