You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solution to issue cannot be found in the documentation.
I checked the documentation.
Issue
Dear RDKit conda-forge team,
I have encountered an issue related to the Boost library that prevents me to import Chem. Specifically, when I attempt to run the line import rdkit.Chem as Chem, the following error appears:
As far as I can see, this is exactly the same bug as in issue #93. According to the issue page it is fixed, but I am still getting it in a fresh conda installation. I have encountered the error when installing RDKit in a Python 3.7, 3.8 and 3.9 environments. In a different project I fixed this error by installing RDKit in a Python 3.10 environment, but unfortunately in this project I cannot use 3.10 because of compatibility issues.
I am installing from conda-forge, which is the recommended channel to use in the RDKit installation page. Could you let me know if there is anything I can do to avoid this error?
Thanks a lot in advance.
Specifications
RDKit version: 2022.03.2
OS: Scientific Linux release 7.9 (Nitrogen)
Python version (if relevant): 3.7, 3.8, 3.9
Are you using conda? Yes
If you are using conda, which channel did you install the rdkit from? conda-forge
Hi @pz-white thank you for your comment. In case it is of any help, using Python 3.10 seems to allow you to sidestep the issue. (Unfortunately I cannot use Python 3.10, so I cannot avoid the problem.)
Hi @mgarort thanks for your great suggestion. We cannot also only use Python 3.10 since we need to ensure our package build is passed for all main Python version.
Solution to issue cannot be found in the documentation.
Issue
Dear RDKit conda-forge team,
I have encountered an issue related to the Boost library that prevents me to import
Chem
. Specifically, when I attempt to run the lineimport rdkit.Chem as Chem
, the following error appears:As far as I can see, this is exactly the same bug as in issue #93. According to the issue page it is fixed, but I am still getting it in a fresh conda installation. I have encountered the error when installing RDKit in a Python 3.7, 3.8 and 3.9 environments. In a different project I fixed this error by installing RDKit in a Python 3.10 environment, but unfortunately in this project I cannot use 3.10 because of compatibility issues.
I am installing from
conda-forge
, which is the recommended channel to use in the RDKit installation page. Could you let me know if there is anything I can do to avoid this error?Thanks a lot in advance.
Specifications
conda-forge
Installed packages
Environment info
The text was updated successfully, but these errors were encountered: