-
Notifications
You must be signed in to change notification settings - Fork 580
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
Python 3.5 20.04 tool bundle not installable #868
Comments
moving to setup-python as we do not maintain these archives |
Same problem as #866 (with work-around), I think. |
Hello @rfinnie-epic, Thank you for creating this issue and we will look into it :) |
Hello @rfinnie-epic👋 |
Description
As of a week or so ago, the Ubuntu 20.04 Python 3.5 tool bundle is no longer installable, throwing
CERTIFICATE_VERIFY_FAILED
whenpip
tries to reach https://pypi.python.org/simple/pip/ (see below)For the moment, I've got a manual exception in place to skip this during my runner build process, which is needed since it's still in the manifest.
Considering the 3.5 tarballs haven't been touched since 2020 but you are still supporting
ubuntu-20.04
runners, I'm not sure if the solution would be to drop 3.5 from the manifests, or spin a new release with an updated vendoredrequests
/urllib3
package which is supportingpip
internally.Platforms affected
Runner images affected
Image version and build link
Python tool bundle tarball (python-3.5.10-linux-20.04-x64.tar.gz)
Is it regression?
yes (but not GH's fault)
Expected behavior
Functional tool bundle install
Actual behavior
setup.sh
fails with exit 1Repro steps
The text was updated successfully, but these errors were encountered: