I have used pip install rdkit-pypi
to install rdkit library. But when I type import rdkit as rd
, it shows the error
ImportError: DLL load failed while importing rdBase: The specified module was not found.
I am using Anaconda as a base. What should I do to work with rdkit library?