博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
yum出问题了,说什么 No module named yum
阅读量:2300 次
发布时间:2019-05-09

本文共 1695 字,大约阅读时间需要 5 分钟。

下面是具体的所有的错误信息,请高人指点,希望能药到病除,谢谢啦!!!
#yum -v
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.4.4 (#1, Dec 19 2006, 11:38:39) 
[GCC 4.1.1 20061011 (Red Hat 4.1.1-30)]
If you cannot solve this problem yourself, please go to 
the yum faq at:
错误代码到此为止。
运行 man yum 后可以显示帮助信息。
使用 rpm -q yum 情况如下:
[root@XFun dl]# rpm -q yum
yum-3.0.1-2.fc6
[root@XFun dl]# 
欢迎有类似经验或者大侠们能慷慨解囊相助,小生不胜感激。
  

 相关评论
作者: iamfriday 发布日期: 2006-12-22
写得很清楚么……
貌似是没有对应于Python的yum模块~
换成apt吧~:0L
作者: wangxiaofeng68 发布日期: 2006-12-23
楼上说的俺不明白啊 ,哪位贤人还有招啊?
作者:  发布日期: 2012-4-23
解决办法
修改yum文件
#vi /usr/bin/yum
将 #!/usr/bin/python 修改为 #!/usr/bin/python2.4

[root@localhost anjuta]# which python2.4

/usr/bin/python2.4
[root@localhost anjuta]# gedit  /usr/bin/yum
[root@localhost anjuta]# yum install gnome-common  intltool
Loading "security" plugin
Loading "installonlyn" plugin
Loading "rhnplugin" plugin
This system is not registered with RHN.
RHN support will be disabled.
Setting up Install Process
Setting up repositories
No Repositories Available to Set Up
Reading repository metadata in from local files
Parsing package install arguments
Setting up repositories
No Repositories Available to Set Up
Reading repository metadata in from local files
No Match for argument: gnome-common
Setting up repositories
No Repositories Available to Set Up
Reading repository metadata in from local files
No Match for argument: intltool
Nothing to do
[root@localhost anjuta]# 

转载地址:http://rjkib.baihongyu.com/

你可能感兴趣的文章
SSL与TLS的区别以及介绍
查看>>
mavenRepository【maven仓库,全都是maven项目,自己可以在里面下载需要的jar包】
查看>>
yiluo----- Maven基础-默认中央仓库[settings.xml 配置详解 ]
查看>>
yiluo-----Eclipse 插件Maven在使用 add dependency,找不到包,解决办法
查看>>
yiluo-----web.xml语句顺序问题
查看>>
Axis2 Web Service安全之rampart 【加密解密的基本概念以及实例代码】
查看>>
360doc-----CXF方式发布WebService全步骤 [未试验]
查看>>
360doc-----简单CXF方式的webService客户端调用范例
查看>>
Cxf+wss4j的WS-Security实现【未验证】
查看>>
tomcat开启SSL8443端口的方法 【文章内容仅供参考】
查看>>
Tomcat配置https协议、以及http协议自动REDIRECT到HTTPS【没有试验,内含设置强制https访问】
查看>>
CA根证书制作【仅供参考】-----win7 windows server 2008R2下 https SSL证书安装的搭配(搭配https ssl本地测试环境)
查看>>
快速排序 迭代实现
查看>>
二叉树的遍历
查看>>
经典SQL语句大全【仅供参考】
查看>>
HTTP协议及其POST与GET操作差异 & C#中如何使用POST、GET等【重要理解】
查看>>
Apache Mahout中的机器学习算法集【小结】
查看>>
ICE框架【源于.NET、CORBA及WEB SERVICE这些中间件的不足】-----ICE简单介绍及使用示例
查看>>
Java实现文件的RSA和DES加密算法
查看>>
在eclipse中使用Lombok
查看>>