benchmarking_platform icon indicating copy to clipboard operation
benchmarking_platform copied to clipboard

ImportError: No module named Pharm2DFP

Open sawsimeon opened this issue 11 years ago • 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

sawsimeon avatar Feb 17 '15 13:02 sawsimeon