cruizperez / MicrobeAnnotator

Pipeline for metabolic annotation of microbial genomes
Artistic License 2.0
133 stars 27 forks source link

DB download error #56

Open kalonji08 opened 2 years ago

kalonji08 commented 2 years ago

Hello I'm struggling to download the database here is my error code:

microbeannotator_db_builder -h Traceback (most recent call last): File "/home/kalonjilab/miniconda3/envs/microbeannotator/bin/microbeannotator_db_builder", line 18, in from microbeannotator.database import conversion_database_creator as convert File "/home/kalonjilab/miniconda3/envs/microbeannotator/lib/python3.7/site-packages/microbeannotator/database/conversion_database_creator.py", line 26, in import wget ModuleNotFoundError: No module named 'wget'

OSAGSoliman commented 2 years ago

Hello,

inside the same conda environment run:

conda install -c conda-forge python-wget

this fix the same problem in my PC