-
Notifications
You must be signed in to change notification settings - Fork 90
setuptools 60.0.0 breaking change #325
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
Comments
Hi @vpipkt, Thanks for reporting this issue. I've reached out to the gcloud sdk team. I'll update this issue once I hear back. Googlers see b/211562528. |
On the same topic: |
b/211562528 has been resolved. I'll keep this issue open until a new release is published and docs are updated. |
I'm going to bump this to P2 as there is a workaround. |
A new version of the gcloud SDK 368.0.0 was published yesterday which should fix this issue. Please feel free to re-open this issue if the new version of gcloud SDK doesn't resolve the issue. |
install_requires should avoid
setuptools>=60
as it results in (apparently) a ModuleNotFound error. We encountered this in GitHub actions calls togcloud
tools.Environment details
pip
version: 20.0.2google-api-core
2.3.2setuptools
60.0.0Steps to reproduce
google-api-core
with eager upgrade strategyCode example
CLI output in failure case
The text was updated successfully, but these errors were encountered: