rdkit/benchmarking_platform

ImportError: No module named Pharm2DFP

Opened this issue · 0 comments

Hi, I get an error when trying to run the fingerprint_lib.py.

I use the following command from ipython notebook. This error is reproducible for me because I did with the Desktop and also with the laptop.

%run fingerprint_lib.py
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
/Users/sawsimeon/Downloads/1758-2946-5-26-s4/scoring/fingerprint_lib.py in <module>()
     10 from rdkit.Chem.Fingerprints import FingerprintMols
     11 from rdkit.Chem.ChemicalFeatures import BuildFeatureFactory
---> 12 from rdkit.Chem.Pharm2DFP import Pharm2DFPCalculator
     13 from rdkit.Chem import rdMolDescriptors
     14 

ImportError: No module named Pharm2DFP