-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[Packaging]: Build-from-source fails with setuptools >= 61.0.0 #5291
Labels
area/packages
kind/health
For CI/testing/release process/refactoring/technical debt items
triage/accepted
there is consensus amongst maintainers that this is a real bug or a reasonable feature to add
Comments
drewrisinger
added
the
kind/health
For CI/testing/release process/refactoring/technical debt items
label
Apr 26, 2022
drewrisinger
added a commit
to drewrisinger/nur-packages
that referenced
this issue
Apr 27, 2022
MichaelBroughton
added
the
triage/discuss
Needs decision / discussion, bring these up during Cirq Cynque
label
Apr 27, 2022
dabacon
added
triage/accepted
there is consensus amongst maintainers that this is a real bug or a reasonable feature to add
and removed
triage/discuss
Needs decision / discussion, bring these up during Cirq Cynque
labels
May 4, 2022
I can take care of this one. |
My patch in drewrisinger/nur-packages@aeac9e1 should fix this, it basically just prevents |
pavoljuhas
added a commit
to pavoljuhas/Cirq
that referenced
this issue
May 4, 2022
The top level setup.py is virtual and only declares cirq-core, cirq-google, and others as its dependencies. Make sure it does not search for packages, which would raise setuptools error. Resolves quantumlib#5291
@drewrisinger - thank you for the tip - #5330 should in effect do the same. |
CirqBot
pushed a commit
that referenced
this issue
May 6, 2022
The top level setup.py is virtual and only declares cirq-core, cirq-google, and others as its dependencies. Make sure it does not search for packages, which would raise setuptools error. Resolves #5291
drewrisinger
added a commit
to drewrisinger/nixpkgs
that referenced
this issue
May 13, 2022
Build was failing because it attempted to find top-level packages. See quantumlib/Cirq#5291
rht
pushed a commit
to rht/Cirq
that referenced
this issue
May 1, 2023
) The top level setup.py is virtual and only declares cirq-core, cirq-google, and others as its dependencies. Make sure it does not search for packages, which would raise setuptools error. Resolves quantumlib#5291
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/packages
kind/health
For CI/testing/release process/refactoring/technical debt items
triage/accepted
there is consensus amongst maintainers that this is a real bug or a reasonable feature to add
Description of the issue
Cirq install from source fails with
setuptools==61.2.0
. It succeeds withsetuptools==54.2.0
, likely higher versions (based on pypa/setuptools#3197, probably>=61.0.0
)Cirq version
0.14.1
Error Message
The text was updated successfully, but these errors were encountered: