您的位置:首页 > 编程语言 > Python开发

解决yum升级的问题“There was a problem importing one of the Python modules”

2016-01-28 15:52 811 查看
yum命令升级的时候,报出这个错误。

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.5 (default, Sep  3 2013, 23:16:48)
[GCC 4.6.3 20120306 (Red Hat 4.6.3-2)]


解决方法:

sudo vim /usr/bin/yum

#修个python所在的路径。比如
#/usr/local/bin/python2.6
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: