I was trying to parameterize resorcinol (C6H6O2) when I encountered the following error:
rdkit.Chem.rdchem.AtomValenceException: Explicit valence for atom # 0 N, 4, is greater than permitted
However, resorcinol does not contain any nitrogens, so I was unsure why this SMARTS string is being generated in the first place.
EDIT:
I was sourcing an out-of-date conda environment. -_-
I was trying to parameterize resorcinol (C6H6O2) when I encountered the following error: rdkit.Chem.rdchem.AtomValenceException: Explicit valence for atom # 0 N, 4, is greater than permitted
However, resorcinol does not contain any nitrogens, so I was unsure why this SMARTS string is being generated in the first place.
EDIT: I was sourcing an out-of-date conda environment. -_-