Centos 下安装 python2-urllib3 失败

前端之家收集整理的这篇文章主要介绍了Centos 下安装 python2-urllib3 失败前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

Centos 下安装 python2-urllib3 失败

[root@node1 ~]# yum install python2-urllib3
Loaded plugins: fastestmirror,priorities
Loading mirror speeds from cached hostfile
 * base: mirrors.aliyun.com
 * epel: mirrors.ustc.edu.cn
 * extras: mirrors.cn99.com
 * updates: mirrors.aliyun.com
25 packages excluded due to repository priority protections
Resolving Dependencies
--> Running transaction check
---> Package python2-urllib3.noarch 0:1.16-1.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

===============================================================================================================================================================================================
 Package                                          Arch                                    Version                                       Repository                                        Size
===============================================================================================================================================================================================
Installing:
 python2-urllib3                                  noarch                                  1.16-1.el7                                    openstack-ocata                                  126 k

Transaction Summary
===============================================================================================================================================================================================
Install  1 Package

Total download size: 126 k
Installed size: 455 k
Is this ok [y/d/N]: y
Downloading packages:
python2-urllib3-1.16-1.el7.noa Failed                                          
http://mirror.centos.org/centos/7/cloud/x86_64/openstack-ocata/common/python2-urllib3-1.16-1.el7.noarch.rpm: [Errno 14] curl#7 - "Failed to connect to 2605:9000:401:102::2: Network is unreachable"
Trying other mirror.
python2-urllib3-1.16-1.el7.noa Failed                                          
http://mirror.centos.org/centos/7/cloud/x86_64/openstack-ocata/common/python2-urllib3-1.16-1.el7.noarch.rpm: [Errno 14] curl#7 - "Failed to connect to 2605:9000:401:102::2: Network is unreachable"
Trying other mirror.
python2-urllib3-1.16-1.el7.noarch.rpm                                                                                                                                   | 126 kB  00:00:00     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : python2-urllib3-1.16-1.el7.noarch                                                                                                                                           1/1 
Error unpacking rpm package python2-urllib3-1.16-1.el7.noarch
error: unpacking of archive Failed on file /usr/lib/python2.7/site-packages/urllib3/packages/ssl_match_hostname: cpio: rename
  Verifying  : python2-urllib3-1.16-1.el7.noarch                                                                                                                                           1/1 

Failed:
  python2-urllib3.noarch 0:1.16-1.el7                                                                                                                                                          

Complete!

解决方法

可能是因为本地已经有的urllib3会和python2-urllib3 的rpm包起冲突,所以先把urllib3卸载了再安装rpm包:

$ sudo pip uninstall urllib3
原文链接:https://www.f2er.com/centos/376445.html

猜你在找的CentOS相关文章