chembl / chembl_webresource_client

Official Python client for accessing ChEMBL API
https://www.ebi.ac.uk/chembl/api/data/docs
Other
368 stars 95 forks source link

BaseException in import #52

Closed rajmunagajetti closed 2 years ago

rajmunagajetti commented 5 years ago

For the import statement

from chembl_webresource_client.new_client import new_client

In debug mode the below exception is shown. Any solution to this please?

Exception has occurred: BaseException exception: no description

Details:

VS Code latest version 1.30.2 All the requirements done like

pip install chembl_webresource_client

also tried pip install -U chembl_webresource_client

even tried with conda environment conda install -c chembl chembl_webresource_client