Installation pip failure or new clothes under Centos

 

Centos installed pip failed:

[root @ localhost /] # yum -y install pip
Loaded plugins: fastestmirror
repodata IS 2 weeks over the Install yum-cron Or Old RUN:.? yum makecache the FAST
Base | 3.6 kB 00:00:00
Extras | 3.4 kB 00: 00:00
the Updates | 3.4 kB 00:00:00
(1/4): Base / 7 / x86_64 / group_gz | 166 kB 00:00:01
(2/4): Extras / 7 / x86_64 / primary_db | 200 kB 00 : 00: 01
(3/4): the Updates / 7 / x86_64 / primary_db | 5.0 MB 00:00:11
(4/4): Base / 7 / x86_64 / primary_db | 6.0 MB 00:00:12
Determining Fastest Mirrors
do not available packages pip.
Error: without any treatment

Solution:

sudo yum -y install epel-release

Then proceeding with the installation pip

yum -y install python-pip

 

ok, success!

 

Guess you like

Origin www.cnblogs.com/willamwang/p/10942056.html