You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: