We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: