我试图运行代码
pcp.get_compounds('CC', searchtype='superstructure', listkey_count=3)
但是,它没有用。
此代码与文档(“https://pubchempy.readthedocs.io/en/latest/guide/searching.html#advanced-search-types”)中显示的代码完全相同。
另一个代码,例如pcp.get_compounds('Aspirin', 'name', record_type='3d')
在同一页面中显示的代码。
请给我一些有关如何解决此错误的建议。