geronimp / enrichM

Toolbox for comparative genomics of MAGs
81 stars 22 forks source link

fuzzywuzzi missing from conda env #123

Open wwood opened 3 years ago

wwood commented 3 years ago
(/home/ben/e/enrichm-0.6.3) b2:20210209:~/git/singlem-local$ enrichm -h
Traceback (most recent call last):
  File "/home/ben/e/enrichm-0.6.3/bin/enrichm", line 22, in <module>
    from enrichm.run import Run
  File "/home/ben/e/enrichm-0.6.3/lib/python3.6/site-packages/enrichm/run.py", line 11, in <module>
    from enrichm.enrichment import Enrichment
  File "/home/ben/e/enrichm-0.6.3/lib/python3.6/site-packages/enrichm/enrichment.py", line 16, in <module>
    from enrichm.synteny_searcher import SyntenySearcher
  File "/home/ben/e/enrichm-0.6.3/lib/python3.6/site-packages/enrichm/synteny_searcher.py", line 8, in <module>
    from fuzzywuzzy import fuzz, process
ModuleNotFoundError: No module named 'fuzzywuzzy'

Easy enough to fix with conda install fuzzywuzzi but I'm not sure if there is specific version requirements?

mhyleung commented 3 years ago

If it is not part of the initial conda package maybe can install separately within the enrichm environment?

https://anaconda.org/conda-forge/fuzzywuzzy

Marc