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

!pip install cirq #4888

Closed
peterbabulik opened this issue Oct 8, 2024 · 2 comments
Closed

!pip install cirq #4888

peterbabulik opened this issue Oct 8, 2024 · 2 comments
Labels

Comments

@peterbabulik
Copy link

peterbabulik commented Oct 8, 2024

!!! Use this:

pip install cirq==0.15.0

Instead of this:

pip install cirq


Installing build dependencies ... done
Getting requirements to build wheel ... done
error: subprocess-exited-with-error

× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
Preparing metadata (pyproject.toml) ... error
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

@mayankmalik-colab
Copy link
Contributor

This is not Colab specific issue. You will get more information if you try !pip install -v cirq . This is an ongoing issue - quantumlib/Cirq#6754 .

@pavoljuhas
Copy link

pavoljuhas commented Oct 10, 2024

You can also use

pip install "cirq~=1.0.dev"

to install the latest development which should get a working quil dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants