rdkit
rdkit copied to clipboard
module 'rdkit.Chem' has no attribute 'MolsFromCDXMLFile'
Description: RDKit Version: 2023.03.02 Platform: windows When I used 'MolsFromCDXMLFile' , it returns an error of moduld ''rdkit.Chem' has no attribute 'MolsFromCDXMLFile'
How did you install the RDKit?
How did you install the RDKit?
I installed Rdkit through conca
How did you install the RDKit?
I installed Rdkit through conca
I am trying to parse a chemical generation route using Rdkit, and I want to know if Rdkit can parse the complete route without losing information
I installed RDKit with conda, and I have the same problem. It could be a version issue since the conda install gives me:
rdkit.__version__
as 2022.03.5
installing it with pip fixes that issue by installing version '2023.09.5'
If conda doesn't automatically update, you can install the newer version by specifying it:
mamba install rdkit=2024.03
or
conda install rdkit=2024.03