We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description of the issue
both cirq_google (dev version only) and cirq_rigetti (both dev and production versions) are currently failing to install on python 3.13
cirq_google
cirq_rigetti
How to reproduce the issue
all of the following fail in a python 3.13 env:
pip install cirq_google==1.5.0.dev20250107193327 # ERROR: No matching distribution found for typedunits pip install cirq_google==1.5.0.dev20250107193327 # ....metadata-generation-failed pip install cirq_rigetti==1.4.1 # ....metadata-generation-failed
Cirq version
1.5.0.dev20250107193327 (both cirq_google and cirq_rigetti) 1.4.1 (cirq_rigetti only)
The text was updated successfully, but these errors were encountered:
I filed an issue for typedunits: quantumlib/TypedUnits#26. Not sure what needs to be done for cirq_rigetti.
Sorry, something went wrong.
No branches or pull requests
Description of the issue
both
cirq_google
(dev version only) andcirq_rigetti
(both dev and production versions) are currently failing to install on python 3.13How to reproduce the issue
all of the following fail in a python 3.13 env:
Cirq version
The text was updated successfully, but these errors were encountered: