The root cause of this problem first is that the requested target website no longer supports TLS versions 1.0 and 1.1.
- Pip install appear in the library when the solution: upgrade pip, command:
curl https://bootstrap.pypa.io/get-pip.py | python
. Note that because of the issue of the certificate authentication protocol version, it cannot be upgraded through the pip upgrade command. (The Python.org website has stopped supporting TLS versions 1.0 and 1.1) - It occurs when an HTTPS request requests the library site, the solution: upgrade pyopenssl library, command:
pip install -U pyopenssl
. - When creating a virtual environment, the pip version is still old, the solution:
sudo pip install --upgrade pip virtualenv virtualenvwrapper
Read More:
- [Solved] pip install Error: There was a problem confirming the ssl certificate…
- _ssl.c:510: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
- python3 ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:833) Error
- PIP Install Caused by SSLError(SSLError(1, ‘[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1123)’))
- [Solved] selenium Error: ERROR:ssl_client_socket_impl.cc(962)] handshake failed; returned -1, SSL
- [Solved] Linux OS python Script Error: smtplib has no attribute SMTP_SSL
- SSL error of urllib3 when Python uploads files using Minio
- [Solved] ssl_client_socket_impl.cc handshake failed (Same Codes in Different Environments)
- Python Error: certificate verify failed: certificate has expired
- [Solved] Pytorch c++ Error: Error checking compiler version for cl: [WinError 2] System cannot find the specified file.
- cffi Security Report “c / _cffi_backend.oc / _cffi_backend.c: 15:17: error: ffi.h: No such file or directory” Problem
- Django WSGI protocol application, based on wsgiref module DIY a web framework
- [Solved] Odrive gui Error: Do not use the development server in a productioun and supported version of the Socket
- [Solved] awtk scons Error: unsupported pickle protocol: 4
- [Solved] urllib.error.URLError: <urlopen error [SSL: WRONG_VERSION_NUMBER] wrong version number
- The PIP installation package was successful but the import failed
- python minio client Error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certific
- [How to Solve] Reason: Incompatible library version
- How to Solve Spyder Version incompatible error