-
Notifications
You must be signed in to change notification settings - Fork 122
Open
Description
Using pubchempy 1.0.4 (updated) with Spyder 6 (also updated), I can't get 'smiles' form a get_compound request...
See exemple below :
import pubchempy as pcp
for compound in pcp.get_compounds("glucose", 'name'):
print(compound.cid)
print(compound.smiles)
5793
AttributeError Traceback (most recent call last)
Cell In[53], line 3
1 for compound in pcp.get_compounds("glucose", 'name'):
2 print(compound.cid)
----> 3 print(compound.smiles)
AttributeError: 'Compound' object has no attribute 'smiles'
Any other with such an issue ?
Many thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels