【发布时间】:2016-11-27 23:03:08
【问题描述】:
尝试使用命令yum update "ovirt-engine-setup*"升级详细链接是here.
Error: Package: ovirt-engine-lib-4.0.1.1-1.el7.centos.noarch (ovirt-4.0)
Requires: python(abi) = 2.7
Installed: python-2.6.6-64.el6.x86_64 (@base/$releasever)
python(abi) = 2.6
Error: Package: ovirt-engine-dwh-4.0.1-1.el7.centos.noarch (ovirt-4.0)
Requires: apache-commons-collections
Error: Package: otopi-java-1.5.1-1.el7.centos.noarch (ovirt-4.0)
Requires: apache-commons-logging
Error: Package: otopi-1.5.1-1.el7.centos.noarch (ovirt-4.0)
Requires: python(abi) = 2.7
Installed: python-2.6.6-64.el6.x86_64 (@base/$releasever)
python(abi) = 2.6
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
我同时拥有 python 2.6 和 2.7,默认情况下,它使用 alias 链接 python2.7。但是还是有错误说需要python(abi) = 2.7
尝试了所有这些可能的SO 问题。但是问题没有解决。
【问题讨论】:
-
您的链接ovirt.org/release/4.0.0 是关于 RHEL 7、CentOS 7(和 Fedora。)...注意:
requires python(abi) = 2.7表示没有 rpm 包 python-2.7 可用或安装。 IE。 rpm 包库只有关于 rpm 包的信息。
标签: python linux python-2.7 centos dependencies