maxhodak / keras-molecules

Autoencoder network for learning a continuous representation of molecular structures.
MIT License
519 stars 146 forks source link

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

Open Yanping123DFEF opened 1 year ago

Yanping123DFEF commented 1 year ago

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'