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

Python 3.5.10 toolchain build failure: CERTIFICATE_VERIFY_FAILED #59

Open
benfrancis opened this issue May 30, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@benfrancis
Copy link
Member

The python 3.5.10 toolchain (and possibly other python toolchains) is failing to build because it won't accept the latest SSL certificate from https://pypi.python.org

Errors from https://github.com/WebThingsIO/addon-builder/actions/runs/9306232946/job/25615682892 :

149.6 Could not fetch URL https://pypi.python.org/simple/pip/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:728) - skipping
149.6 Requirement already up-to-date: pip in /usr/local/lib/python3.5/site-packages
149.6 Could not fetch URL https://pypi.python.org/simple/setuptools/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:728) - skipping
149.6 Requirement already up-to-date: setuptools in /usr/local/lib/python3.5/site-packages
149.7 Collecting wheel
149.9 Could not fetch URL https://pypi.python.org/simple/wheel/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:728) - skipping
149.9 Could not find a version that satisfies the requirement wheel (from versions: )
149.9 No matching distribution found for wheel

This may be because the version of pip being used doesn't support the type of SSL certificate now being used by that site, see: https://stackoverflow.com/questions/16370583/pip-issue-installing-almost-any-library

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant