Translations:RDKit/16/en

From Alliance Doc
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 that python -c 'import rdkit' works.
  • load the module before activating your virtual environment: please see the rdkit as a package dependency section above.