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
gives TypeError: __init__() got an unexpected keyword argument 'download_dir'
so when I remove this kwarg, I get AttributeError: 'int' object has no attribute 'replace' because it expects a string, so then when I run chebi_entity = ChebiEntity("15903") I get ChebiException: ChEBI id 15903 invalid.
How do I actually use this library?
The text was updated successfully, but these errors were encountered:
Hello, thank you for this library.
I have pip installed this as the documentation says. However, the following example from the readme
gives
TypeError: __init__() got an unexpected keyword argument 'download_dir'
so when I remove this kwarg, I get
AttributeError: 'int' object has no attribute 'replace'
because it expects a string, so then when I runchebi_entity = ChebiEntity("15903")
I getChebiException: ChEBI id 15903 invalid
.How do I actually use this library?
The text was updated successfully, but these errors were encountered: