-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JSONDecoder error when retrieving IQP job #1603
Comments
For context, the above error was generated when running the code on the IBM Watson Studio. However, It ran smoothly when executing in my local environment. |
I replicated the issue in Watson Studio and I resolved uninstalling the simplejson dependency:
For context: Qiskit/qiskit-ibm-provider#649 (comment) |
Thank you @pacomf - yes this same issue we discovered a while back in
Closing as resolved |
This issue was reported during the quantum challenge when people were running the notebook on qBraid. Is there a plan to add some checks of whether simplejson exist in the environment and raise warnings? This bug is rather hard to debug unless user search on the github repo. |
Thanks @HuangJunye it's certainly a non-obvious bug we'll try and fix it asap. |
@rryoung98 is this issue fixed. I am still seeing this happen in qBraid. Could you please update? |
Hi @JaganNatarajan I'm working on a fix in #1800 |
Describe the bug
Retrieving job
raised a JSONDecoder error
Steps to reproduce
Expected behavior
Suggested solutions
Additional Information
I didn't look too much into this, but a quick Google search says it may be an incompatibility between
request
and Python 3.10.The text was updated successfully, but these errors were encountered: