无法在python2.6中使用PIP更新/添加任何包

时间:2018-05-16 09:14:42

标签: ssl pip python-2.6

Python版本 - Python 2.6.9

PIP版本 - 来自/usr/lib64/python2.6/site-packages(python 2.6)的pip 8.1.2

我尝试使用stackoverflow上的所有可用选项,但没有任何结果可供我使用!

我不想升级我的Python并希望安装软件包

每当我运行pip install <some package>时,都会出现此错误 -

  

收集ndg-httpsclient   /usr/lib64/python2.6/site-packages/pip/vendor/requests/packages/urllib3/util/ssl.py:318:   SNIMissingWarning:已经发出了HTTPS请求,但是SNI   (主题名称指示)此处不提供TLS扩展名   平台。这可能导致服务器出现错误的TLS   证书,可能导致验证失败。你可以升级到   更新版本的Python来解决这个问题。有关更多信息,请参阅   https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning。   SNIMissingWarning   /usr/lib64/python2.6/site-packages/pip/vendor/requests/packages/urllib3/util/ssl.py:122:   InsecurePlatformWarning:真正的SSLContext对象不可用。   这可以防止urllib3适当地配置SSL并可能导致   某些SSL连接失败。您可以升级到更新版本   Python来解决这个问题。有关更多信息,请参阅   https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning。   InsecurePlatformWarning无法获取URL   https://pypi.python.org/simple/ndg-httpsclient/:出现了问题   确认ssl证书:[Errno 1] _ssl.c:497:   错误:1407742E:SSL例程:SSL23_GET_SERVER_HELLO:tlsv1 alert   协议版本 - 跳过无法找到满足的版本   要求ndg-httpsclient(来自版本:)没有匹配   找到ndg-httpsclient的发行版   /usr/lib64/python2.6/site-packages/pip/vendor/requests/packages/urllib3/util/ssl.py:122:   InsecurePlatformWarning:真正的SSLContext对象不可用。   这可以防止urllib3适当地配置SSL并可能导致   某些SSL连接失败。您可以升级到更新版本   Python来解决这个问题。有关更多信息,请参阅   https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning。   InsecurePlatformWarning

0 个答案:

没有答案