Translations:RDKit/16/en
Jump to navigation
Jump to search
Possible solutions:
- check which Python versions are compatible with your loaded RDKit module using
module spider rdkit/X.Y.Z
. Once a compatible Python module is loaded, check thatpython -c 'import rdkit'
works. - load the module before activating your virtual environment: please see the rdkit as a package dependency section above.