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

Microbeannotator database download error.. #74

Open
sowptika opened this issue Jan 27, 2023 · 1 comment
Open

Microbeannotator database download error.. #74

sowptika opened this issue Jan 27, 2023 · 1 comment

Comments

@sowptika
Copy link

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

Hello Authors,
I am facing the above error while creating the database. I am trying to install the Microbeannotator in server wherein I cannot download the aspera connect so using the flag --no_aspera. I checked for the presence of wget in my server and it is present in /usr/bin/wget. So not able to resolve this error.
Please help me to solve this issue.

Thanking You
Sincerely,
Sowptika Pal

@DininduSenanayake
Copy link

@sowptika Looks like your python environment is missing wget . Can you install it with pip install wget which hopefully resolves the ModuleNotFoundError: No module named 'wget'

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