aspuru-guzik-group / chemical_vae

Code for 10.1021/acscentsci.7b00572, now running on Keras 2.0 and Tensorflow
Apache License 2.0
470 stars 178 forks source link

Which RDkit version is used in this project? #55

Open hnu2019XuYang opened 1 year ago

hnu2019XuYang commented 1 year ago

Which RDkit version is used in this project? I often get the following error reported when conducting tests,such as: Traceback (most recent call last): File "D:\VAE\chemical_vae-main\chemical_vae-main\chemvae\create.py", line 5, in from chemvae.vae_utils import VAEUtils File "D:\VAE\chemical_vae-main\chemical_vae-main\chemvae\vae_utils.py", line 1, in from . import mol_utils as mu File "D:\VAE\chemical_vae-main\chemical_vae-main\chemvae\mol_utils.py", line 4, in from rdkit.Chem import AllChem as Chem File "C:\Users\ASUS.conda\envs\rdkit\lib\site-packages\rdkit__init.py", line 2, in from .rdBase import rdkitVersion as version__ ImportError: DLL load failed