Skip to content
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

installation fails on python 3.13 #6932

Open
richrines1 opened this issue Jan 9, 2025 · 1 comment
Open

installation fails on python 3.13 #6932

richrines1 opened this issue Jan 9, 2025 · 1 comment
Labels
kind/bug-report Something doesn't seem to work.

Comments

@richrines1
Copy link
Contributor

richrines1 commented Jan 9, 2025

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

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)
@maffoo
Copy link
Contributor

maffoo commented Jan 9, 2025

I filed an issue for typedunits: quantumlib/TypedUnits#26. Not sure what needs to be done for cirq_rigetti.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug-report Something doesn't seem to work.
Projects
None yet
Development

No branches or pull requests

2 participants