解决Python升级导致yum、pip报错的方法


本文摘自php中文网,作者巴扎黑,侵删。

这篇文章主要给大家介绍了因为Python升级导致yum、pip报错的解决方法,文中通过示例代码将解决的方法介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面随着小编来一起学习学习下吧。

前言

本文主要给大家介绍了因Python升级导致yum、pip报错的解放方法,分享出来供大家参考学习,下面话不多说了,来一起看看详细的介绍吧。

原因:

yum是Python写的。服务器上Python版本过低,升级为2.7,而yum/pip未升级,导致在执行yum/pip时报这个错误。

yum报错:


1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

There was a problem importing one of the Python modules

required to run yum. The error leading to this problem was:

 

 No module named yum

 

Please install a package which provides this module, or

verify that the module is installed correctly.

 

It's possible that the above module doesn't match the

current version of Python, which is:

2.7.10 (default, Sep 5 2017, 17:35:43)

[GCC 4.4.7 20120313 (Red Hat 4.4.7-3)]

 

If you cannot solve this problem yourself, please go to

the yum faq at:

 http://yum.baseurl.org/wiki/Faq

pip报错:


1

2

3

4

Traceback (most recent call last):

 File "/usr/bin/pip2", line 5, in <module>

 from pkg_resources import load_entry_point

ImportError: No module named pkg_resources

解决方案:

阅读剩余部分

相关阅读 >>

一些centos Python 生产环境的部署命令

Python中的切片是什么?(实例解析)

__init__ 在 Python 中的用法

Python列表元素如何求和

Python 通过字符串调用对象属性或方法

Python如何安装whl文件

如何在Python环境下操作excel

Python如何爬取百度云连接方法指导

Python语言难学吗

Python基于win32ui模块创建弹出式菜单

更多相关阅读请进入《Python》频道 >>




打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...