-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Outdated pip is causing builds with namespace packages to fail #4127
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
Also, this appears to be deterministic. Some of our builds pass, like this most recent one: https://readthedocs.org/projects/google-cloud-python/builds/7230426/ |
The pip message is just a warning, so it shouldn't be the cause of the failure. I'm not sure why is this happening, I'll try to see if I can reproduce this on my local instance. Let us know if the build keeps failing. |
The most recent few have failed. Here's one: https://readthedocs.org/projects/google-cloud-python/builds/7230941/ |
Seems like our recently builds today have consistently failed due to this: https://readthedocs.org/projects/google-cloud-python/builds/ Is there anything we can do to help? I'm happy to make the change to update pip/setuptools, I just don't know where to do it. |
Maybe you can try wiping the environment, you can do this in the What I can see is that the So, the team needs to rebuild the image to get the latest versions, I think we should support upgrade pip before installing deps. I'm going to ask to the team. |
Adding |
Probably we can close this in favor of #4823 |
Closing in favor of #4823, but let me know if there are any other problems! |
Recent failures:
Last successful build:
https://readthedocs.org/projects/google-cloud-python/builds/7225188/
It seems that this is due to pypa/setuptools#885, which indicates that pip and setuptools need to be updated in the baseline environment.
The text was updated successfully, but these errors were encountered: