shandley / hecatomb

hecatomb is a virome analysis pipeline for analysis of Illumina sequence data
MIT License
53 stars 12 forks source link

ModuleNotFoundError: No module named 'attrmap' #101

Closed Eddylusamaki closed 5 months ago

Eddylusamaki commented 5 months ago

Dear Shandy,

I install Hecatomb on MacOS system following conda procedure. Running hecatomb install --threads 8 bring this error:

ModuleNotFoundError: No module named 'attrmap'

I solved the issue by installing attrmap on my hecatomb conda env with: conda install -c conda-forge attrmap --yes

I think attrmap is not default install on Macos system, maybe add it on conda dependency ? :)

Have a good, Best regard,

beardymcjohnface commented 5 months ago

Hi, Thanks for posting. I believe this module was removed in the current release, and it wont be in the next one.