I couldn't install rdkit on Windows 10 following the installation procedure described in:
https://rdkit.org/docs/Install.html#installation-of-rdkit-binaries
for the installation from binaries.
On a side note, I don't understand this line of the instructions:
PATH: add ;%RDBASE%\lib to the end
considering that \lib doesn't exist in the complete file structure of the latest release (rdkit-Release_2020_03_01).
Upon importing rdkit there are many issues finding the modules being imported.
The main one is that on several locations in the code, the Python module rdBase cannot be found. It doesn't seem to exist within the rdkit module. The issue has been raised by others, already in 2017 #1634 .
There are other similar import problems, for example:
from rdkit.DataStructs import cDataStructs in DataStructs\__init__.py, where cDataStructs also doesn't exist.
These seem to be critical errors.
I couldn't install rdkit on Windows 10 following the installation procedure described in:
https://rdkit.org/docs/Install.html#installation-of-rdkit-binaries
for the installation from binaries.
On a side note, I don't understand this line of the instructions:
considering that
\libdoesn't exist in the complete file structure of the latest release (rdkit-Release_2020_03_01).Upon importing rdkit there are many issues finding the modules being imported.
The main one is that on several locations in the code, the Python module
rdBasecannot be found. It doesn't seem to exist within therdkitmodule. The issue has been raised by others, already in 2017 #1634 .There are other similar import problems, for example:
from rdkit.DataStructs import cDataStructsinDataStructs\__init__.py, wherecDataStructsalso doesn't exist.These seem to be critical errors.