killorb.blogg.se

Install pip for python 2.7 ubuntu
Install pip for python 2.7 ubuntu













install pip for python 2.7 ubuntu
  1. #INSTALL PIP FOR PYTHON 2.7 UBUNTU UPGRADE#
  2. #INSTALL PIP FOR PYTHON 2.7 UBUNTU SOFTWARE#

* TCP_NODELAY set * Connected to (151.101.128.223) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * successfully set certificate verify locations: * CAfile: /etc/ssl/certs/ca-certificates.crt CApath: /etc/ssl/certs * TLSv1.3 (OUT), TLS handshake, Client hello (1): * TLSv1.3 (IN), TLS handshake, Server hello (2): * TLSv1.3 (IN), TLS Unknown, Certificate Status (22): * TLSv1.3 (IN), TLS handshake, Unknown (8): * TLSv1.3 (IN), TLS Unknown, Certificate Status (22): * TLSv1.3 (IN), TLS handshake, Certificate (11): * TLSv1.3 (IN), TLS Unknown, Certificate Status (22): * TLSv1.3 (IN), TLS handshake, CERT verify (15): * TLSv1.3 (IN), TLS Unknown, Certificate Status (22): * TLSv1.3 (IN), TLS handshake, Finished (20): * TLSv1.3 (OUT), TLS change cipher, Client hello (1): * TLSv1.3 (OUT), TLS Unknown, Certificate Status (22): * TLSv1.3 (OUT), TLS handshake, Finished (20): * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 * ALPN, server accepted to use h2 * Server certificate: * subject: businessCategory=Private Organization jurisdictionC=US jurisdictionST=Delaware serialNumber=3359300 C=US ST=Oregon L=Beaverton O=Python Software Foundation CN=* start date: Sep 29 00:00:00 2020 GMT * expire date: Oct 31 00:00:00 2021 GMT * subjectAltName: host "" matched cert's "" * issuer: C=US O=DigiCert Inc OU=CN=DigiCert SHA2 Extended Validation Server CA * SSL certificate verify ok. I don't have pip so I installed a legacy version using

install pip for python 2.7 ubuntu

#INSTALL PIP FOR PYTHON 2.7 UBUNTU UPGRADE#

The proposed solution for that is to use pip to upgrade urllib3 For more information, see ĮRROR: Could not find a version that satisfies the requirement pip<21.0 (from versions: none)ĮRROR: No matching distribution found for pip<21.0 You can upgrade to a newer version of Python to solve this. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. tmp/tmpBb3LJu/pip.zip/pip/_vendor/urllib3/util/ssl_.py:164: InsecurePlatformWarning: A true SSLContext object is not available. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. tmp/tmpBb3LJu/pip.zip/pip/_vendor/urllib3/util/ssl_.py:424: SNIMissingWarning: An HTTPS request has been made, but the SNI (Server Name Indication) extension to TLS is not available on this platform. More details about Python 2 support in pip can be found at pip 21.0 will remove support for this functionality. pip 21.0 will drop support for Python 2.7 in January 2021. Please upgrade your Python as Python 2.7 is no longer maintained. DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020.















Install pip for python 2.7 ubuntu