yum安装与python的问题

发布于 2022-10-15 08:59:58 字数 1602 浏览 23 评论 0

系统:Linux HPCserver 2.6.18-92.el5 #1 SMP Tue Apr 29 13:16:15 EDT 2008 x86_64 x86_6
4 x86_64 GNU/Linux

运行yum的时候:
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:

   /usr/lib/python2.4/site-packages/_sqlitecache.so: wrong ELF class: ELFCLASS
32

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.3 (#1, Jan 14 2008, 18:31:21)
[GCC 4.1.2 20070626 (Red Hat 4.1.2-14)]

于是把已有的python卸载,重新装了python。
结果:
[root@HPCserver yumm]# rpm -ivh yum*
warning: yum-3.2.22-33.el5.centos.noarch.rpm: Header V3 DSA signature: NOKEY,
key ID e8562897
error: Failed dependencies:
        /usr/bin/python is needed by yum-3.2.22-33.el5.centos.noarch
        python >= 2.4 is needed by yum-3.2.22-33.el5.centos.noarch
        python(abi) = 2.4 is needed by yum-3.2.22-33.el5.centos.noarch
        python-iniparse is needed by yum-3.2.22-33.el5.centos.noarch
        python(abi) = 2.4 is needed by yum-metadata-parser-1.1.2-3.el5.centos.i386
上面显示没有python
[root@HPCserver yumm]# which python
/usr/bin/python
[root@HPCserver yumm]# python -V
Python 2.4.3
上面显示python已经装了

现在怎么办?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文