Tag Archives: ssl

buildout: CERTIFICATE_VERIFY_FAILED

If Python is installed via MacPorts and buildout fails to install packages with CERTIFICATE_VERIFY_FAILED then installing curl-ca-bundle should help. Reason: Certificates are missing, urllib cannot access PyPI either. python3.9 -c “import urllib.request; response = urllib.request.urlopen(‘https://www.python.org’)” leads to the same error … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment