You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started lab 3 and realized that for the qc_grader.version it said it needs to be 0.18.11 (or higher), but the download I got from github for the grader is only 0.18.10. I tried to uninstall and reinstall the grader, but I am now getting the following errors.
ERROR: Could not find a version that satisfies the requirement ray<3,>=2.9.3 (from qiskit-serverless) (from versions: none)
ERROR: No matching distribution found for ray<3,>=2.9.3
and I am getting this error when running the import statements.:
"to fix this you could try to:
loosen the range of package versions you've specified
remove package versions to allow pip attempt to solve the dependency conflict.
ERROR: Cannot install qiskit-serverless==0.11.0 and qiskit-serverless==0.12.0 because these package versions have conflicting dependencies."
Except, any way I have tried to fix this error has just made it worse.
What do I do?
The text was updated successfully, but these errors were encountered:
I started lab 3 and realized that for the qc_grader.version it said it needs to be 0.18.11 (or higher), but the download I got from github for the grader is only 0.18.10. I tried to uninstall and reinstall the grader, but I am now getting the following errors.
ERROR: Could not find a version that satisfies the requirement ray<3,>=2.9.3 (from qiskit-serverless) (from versions: none)
ERROR: No matching distribution found for ray<3,>=2.9.3
and I am getting this error when running the import statements.:
"to fix this you could try to:
ERROR: Cannot install qiskit-serverless==0.11.0 and qiskit-serverless==0.12.0 because these package versions have conflicting dependencies."
Except, any way I have tried to fix this error has just made it worse.
What do I do?
The text was updated successfully, but these errors were encountered: