我正在运行RedHatEnterpriseLinux6.9,我找不到RPM Python绑定吗?
我正在尝试安装rpm-py-installer-0.7.0,它引发了一个错误:
RPM Python binding on system Python should be installed manually.
Install the proper RPM package of python{,2,3}-rpm.
所以,我搜索了互联网,找到了RPM Python绑定,但是没有找到RHEL 6.我试着使用pip和yum安装python2-rpm,但是没有发现(这个包不存在)。
我需要能够安装pyth
我想卸载,但是rpm告诉我包没有安装。
# rpm -e *.rpm
error: package ansible-2.0.1.0-2.el6.noarch.rpm is not installed
error: package libyaml-0.1.3-4.el6_6.x86_64.rpm is not installed
error: package python-babel-0.9.4-5.1.el6.noarch.rpm is not installed
error: package python-crypto-2.0.1-22.el6.x86_64.rpm is not insta
我看到了许多类似这样的问题,但没有一个回答了我遇到问题的确切部分(实际上安装Python )。我的系统上有人在我的64位CentOS 5.8安装中删除了/usr/bin/python和/usr/bin/python2.4。我从源代码重新编译了Python2.4,但是现在每当我尝试安装任何东西时,我都会得到以下错误:
[root@cerulean-OW1 ~]# yum install httpd
There was a problem importing one of the Python modules
required to run yum. The error leading to th