geronimp / enrichM

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

Database downloader is not working #103

Closed apcamargo closed 3 years ago

apcamargo commented 4 years ago

Hi!

The database downloader script is currently not working. I could solve the issue by altering a single line:

From:

import urllib

To:

import urllib.request
DOieGYuan commented 4 years ago

I came into the same issue, and your solution worked well. Awesome bro!

WJunHao commented 3 years ago

Can I download the database from some specific Web pages like "ftp......" without using the "enrichm Data" command?

srosales712 commented 3 years ago

I have the same problem, but when I run import urllib.request I get an error import: unable to open X server `' @ error/import.c/ImportImageCommand/344.

If I run enrichm data I get error AttributeError: module 'urllib' has no attribute 'request'

Any suggestions.

Thanks, Stephanie