qiskit-community / ibm-quantum-challenge-2024

For IBM Quantum Challenge 2024 (5-14 June 2024)
https://challenges.quantum.ibm.com/2024
Apache License 2.0
158 stars 240 forks source link

LAB3 : Service Error In Transpiler-AI #13

Closed AIdjis closed 3 months ago

AIdjis commented 3 months ago

"I am working on Lab 3, Exercise 1, and I encountered an issue when running the following cell:

circuit_ai_false = transpiler_ai_false.run(circuit)

The error message I receive is:

INFO: qiskit_transpiler_service.transpiler_service: Requesting transpile to the service ERROR: qiskit_transpiler_service.ai.service_wrapper: Service error: 403 Client Error: Forbidden for url: ......

matthieuml commented 3 months ago

Not sure if this comes from the same problem, but I had the same error and fixed it by adding another environment variable for the token: %set_env QISKIT_IBM_TOKEN=deleteThisAndPasteYourTokenHere

AIdjis commented 3 months ago

done the lab works fine now