Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to deal with error: unpacking of archive failed on file / usr/lib/python2.7 in linux

2025-01-27 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly introduces how to deal with error: unpacking of archive failed on file / usr/lib/python2.7 in linux. It is very detailed and has certain reference value. Friends who are interested must finish reading it.

Error log python-urllib3-1.10.2-3.el7.noarch.rpm | 101 kB 00:00:0Running transaction checkRunning transaction testTransaction test succeededRunning transaction Installing: python-urllib3-1.10.2-3.el7.noarch Error unpacking rpm package python-urllib3-1.10.2-3.el7.noarcherror: unpacking of archive failed on file / usr/lib/python2.7/site-packages/urllib3/packages/ssl_match_hostname: cpio: rename Verifying: python-urllib3-1.10.2-3.el7 .noarchFailed: python-urllib3.noarch 0pur1.10.2-3.el7Complete! Solution method

PIP has installed the corresponding version package. At this time, the rpm package installed by yum conflicts with pip. Uninstall the package in pip and then reinstall it with yum.

[root@compute01 home] # pip freeze | grep urllib3You are using pip version 9.0.1, however version 10.0.1 is available.You should consider upgrading via the 'pip install-upgrade pip' command.urllib3==1.22 [root@compute01 home] # pip uninstall urllib3 [root@compute01 home] # yum install python-urllib3 is all the content of this article "error in linux: how to deal with unpacking of archive failed on file / usr/lib/python2.7". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report