rdkit / conda-rdkit

Conda build recipe for the rdkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Import error in jupyter and pycharm (Windows10)

tatabox2000 opened this issue · comments

Dear representative,

I installed according to the procedure. It works normally on the command line.
However, importing RDkit with jupyter or pycharm will cause DLL import error.
Changing the environment variable or working space does not change this error.

c:\programdata\anaconda3\envs\my-rdkit-env\lib\site-packages\rdkit_init_.py in ()
1 try:
----> 2 from .rdBase import rdkitVersion as version
3 except ImportError:
4 version = 'Unknown'
5 raise
ImportError: DLL load failed:

Sincerely,**

The command to create the virtual environment below is prone to import errors outside the command line.
$ conda create -c <channel-url> -n my-rdkit-env rdkit
I think that this method is preferable.
This method does not cause errors until now.
$ conda install -c rdkit rdkit
I want to close this issue