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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: