鍍金池/ 問答/Linux/ centos6.8系統(tǒng)32位在使用easy_install pip時(shí)出錯(cuò)

centos6.8系統(tǒng)32位在使用easy_install pip時(shí)出錯(cuò)

centos6.8 32的系統(tǒng),在使用easy_install pip時(shí)出錯(cuò),如下:

root@VM_centos ~]# easy_install pip
Searching for pip
Reading http://pypi.python.org/simple/pip/
Couldn't find index page for 'pip' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
No local packages or download links found for pip
error: Could not find suitable distribution for Requirement.parse('pip')

本機(jī)python版本是2.6.6

[root@VM_centos ~]# python -V
Python 2.6.6

網(wǎng)上搜了好久,沒找到可以理解可用的解決辦法,不知道怎么弄,求助,謝謝.

回答
編輯回答
青裙

不使用easy_install 也可以安裝pip ,尷尬....
yum install pip也可以安裝成功,不過后來pip升級了一下,提示python版本過低要讓我升級python,就又安裝了python2.7,解決問題.

2017年10月1日 09:42