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

AttributeError: module 'urllib' has no attribute 'urlretrieve' #83

Open
Yanping123DFEF opened this issue May 24, 2023 · 0 comments
Open

Comments

@Yanping123DFEF
Copy link

I got error when i run "python download_dataset.py --dataset zinc12"
Traceback (most recent call last):
File "download_dataset.py", line 69, in
main()
File "download_dataset.py", line 54, in main
urllib.urlretrieve(uri, fd.name, reporthook = update)
AttributeError: module 'urllib' has no attribute 'urlretrieve'

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

1 participant