You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Outdated and/or missing SSL libraries break pip:
- msys2/MINGW-packages#4582
- Error message:
pip is configured with locations that require TLS/SSL,
however the ssl module in Python is not available
- Most helpful command for troubleshooting - show missing shared
libraries:
ldd /usr/lib/python*/lib*/_ssl*
Installing libopenssl fixes pip, however it breaks curl (silent failure on
`curl --version` with exit code 127). Most likely the binary in repos
needs to be rebuilt against newer OpenSSL - let's hope maintainers do that
soon.
In the mean time as a workaround we resort to installing a static curl
build from developer's web site.
0 commit comments