python2.6中pip安装失败怎么办

发布时间:2020-06-28 16:31:51 作者:清晨
来源:亿速云 阅读:391

这篇文章将为大家详细讲解有关python2.6中pip安装失败怎么办,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。


安装pip失败:

注意:使用python2.6.6安装,因为我的环境中python指向的是2.6.6,所以直接使用下面命令进得安装。

python get-pip.py

报错如下

[root@javen-zhao pip2.6]# python get-pip.py 

DEPRECATION: Python 2.6 is no longer supported by the Python core team, please upgrade your Python. A future version of pip will drop support for Python 2.6

pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.

Collecting pip<10

  Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.",)': /simple/pip/

  Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.",)': /simple/pip/

  Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.",)': /simple/pip/

  Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.",)': /simple/pip/

  Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.",)': /simple/pip/

  Could not fetch URL https://pypi.python.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.python.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.",)) - skipping

  Could not find a version that satisfies the requirement pip<10 (from versions: )

No matching distribution found for pip<10

解决方法:

1、使用如下命令安装python 2.6.6后可以正常安装pip。

./configure --prefix=/usr/local --with-ssl --enable-optimizations

其中--prefix=/usr/local是指定python安装的路径,安装后python2.6可执行脚本会在/usr/local/bin目录下

2、做上面操作时检查一下系统中是否有安装openssl-devel

检查openssl安装情况

[root@javen-zhao pip]# rpm -aq|grep openssl
openssl-devel-1.0.1e-57.el6.x86_64
openssl-1.0.1e-57.el6.x86_64

3、 如果没有openssl-devel使用yum 安装

[root@javen-zhao pip]# yum install openssl-devel

4、重新安装pip,安装成功后查看2.6.6环境下的pip版本信息

[root@javen-zhao pip2.6]# pip2.6 -V
pip 9.0.3 from /usr/local/lib/python2.6/site-packages (python 2.6)
[root@javen-zhao pip2.6]# whereis pip
pip: /usr/bin/pip /usr/bin/pip2.7 /usr/local/bin/pip2.6 /usr/local/bin/pip

安装成功。


关于python2.6中pip安装失败怎么办就分享到这里了,希望以上内容可以对大家有一定的帮助,可以学到更多知识。如果觉得文章不错,可以把它分享出去让更多的人看到。

推荐阅读:
  1. linux中python2.6升级2.7
  2. python中使用pip install时安装失败怎么解决

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

python pip

上一篇:c语言怎么实现冒泡排序

下一篇:Ansible自动化运维工具

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》