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 をビルドできません。
提案を提供してください。