I want to solve NP-hard combinatorial optimization problem using quantum optimization.In this regard, I am using "classiq" python library, which a high level API for making hardware compatible quantum circuits, with IBMQ backend.
To use "classiq", you have to first do the authentication of your machine (according to the official "classiq" website: https://docs.classiq.io/latest/getting-started/python-sdk/
Unfortunatly, whenever I ran the statement (classiq.authenticate()), I got runtime error as shown in the attached figure (with the full traceback).