首页 > 编程知识 正文

win7能安装哪个版本的python,linux卸载python教程

时间:2023-05-04 20:08:54 阅读:229953 作者:4371

Python升级导致yum不可用 “ No module named 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.13 (r266:84292, Jan 22 2014, 09:37:14)

If you cannot solve this problem yourself, please go to

the yum faq at:

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

rpm -qa|grep python|xargs rpm -e --allmatches --nodeps

whereis python|xargs rm -fr

rpm -qa|grep yum|xargs rpm -e --allmatches --nodeps

rm -rf /etc/yum.repos.d/*

whereis yum|xargs rm -fr

从linux安装包ISO文件中,查找到python和yum相关的rpm文件,上传到linux服务器

// 上传*python*.rpm 文件到此路径下

rpm -ivh --nodeps *python*

// 上传*yum*.rpm 文件到此路径下

rpm -ivh --nodeps *yum*

Python 2.6.6 (r266:84292, Feb 22 2013, 00:00:18)

Type "help", "copyright", "credits" or "license" for more information.

>>>

3.2.29

Installed: rpm-4.8.0-32.el6.x86_64 at 2018-01-30 09:44

Built : CentOS BuildSystem at 2013-02-22 02:13

Committed: kddxlz at 2012-11-15

Installed: yum-3.2.29-40.el6.centos.noarch at 2018-02-02 06:27

Built : CentOS BuildSystem at 2013-02-22 11:26

Committed: hpdxrk at 2013-02-21

Installed: yum-plugin-aliases-1.1.30-14.el6.noarch at 2018-02-02 06:27

Built : CentOS BuildSystem at 2012-06-22 12:23

Committed: jzd at 2012-04-26

Installed: yum-plugin-fastestmirror-1.1.30-14.el6.noarch at 2018-02-02 06:27

Built : CentOS BuildSystem at 2012-06-22 12:23

Committed: jzd at 2012-04-26

版权声明:该文观点仅代表作者本人。处理文章:请发送邮件至 三1五14八八95#扣扣.com 举报,一经查实,本站将立刻删除。