-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
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
ImportError: cannot import name 'CalcPBF' from 'rdkit.Chem.rdMolDescriptors' #85
Comments
Current workaround is rolling back to a previous version of mordred |
Hello! Yes, I am having this exact issue. I only just installed mordred for the first time and am not used to it. I am running rdkit on wsl via Windows, downloaded this morning from the Ubuntu repository. Using mordred 1.1.2 as suggested above fixed this particular error (though mordred.tests still failed). I was using rdkit version 2019.09.1 I think it's not a mordred issue but an rdkit installation issue? But this is the only place I can find reference to it on the Internet, so I thought I'd post. I'm not an expert here so would be happy to hear alternative suggestions/opinions. |
same here, and it seems they still did not fix this issue |
I believe this error is fixed on our community-maintained fork of this repository, mordred-community: https://github.com/JacksonBurns/mordred-community |
description
when I run the following line:
from mordred import Calculator, descriptors
I get the following error:
ImportError: cannot import name 'CalcPBF' from 'rdkit.Chem.rdMolDescriptors'
Full traceback
minimal reproduction code
from mordred import Calculator, descriptors
environment
OS/distribution
Linux fedora 34
conda or pip
pip.
python version
Please execute the command and paste result.
Python 3.7.6
library version
The text was updated successfully, but these errors were encountered: