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

Database downloader is not working #103

Closed
apcamargo opened this issue May 8, 2020 · 3 comments · Fixed by #107
Closed

Database downloader is not working #103

apcamargo opened this issue May 8, 2020 · 3 comments · Fixed by #107

Comments

@apcamargo
Copy link
Contributor

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
Copy link

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

@WJunHao
Copy link

WJunHao commented Sep 23, 2020

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

@srosales712
Copy link

srosales712 commented Jan 11, 2021

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

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

Successfully merging a pull request may close this issue.

4 participants