smiles_molecule='CC(C)(c1ccccn1)C(CC(=O)O)Nc1nc(-c2c[nH]c3ncc(Cl)cc23)c(C#N)cc1F'
patents = %openad ds find patents containing molecule '{smiles_molecule}'
display(patents)
produces following error:
There was an error calling Deep Search
Task 'db_lookup' failed with 'InvalidRequestError': The asyncio extension requires an async driver to be used. The loaded 'psycopg2' is not async.. Full error:
Error Type: 'InvalidRequestError'
Task ID: 'db_lookup'
produces following error: