yum install ansible
由于以下依赖错误,在 RHEL 7 上失败
Error: Package: python-jinja2-2.2.1-1.el6.rf.x86_64 (rpmforge)
Requires: python(abi) = 2.6
Installed: python-2.7.5-16.el7.x86_64 (installed)
python(abi) = 2.7
python(abi) = 2.7
Available: python34-3.4.3-4.el7.x86_64 (epel)
python(abi) = 3.4
Error: Package: python-jinja2-2.2.1-1.el6.rf.x86_64 (rpmforge)
Requires: libpython2.6.so.1.0()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
我有最新的 python,但是 ansible 依赖需要旧版本。我该如何解决这个问题。出于同样的原因,我无法从源代码构建 ansible。
请提供建议。