【发布时间】:2019-07-30 14:36:48
【问题描述】:
每当我尝试安装 ansible 时:yum install ansible,在获取 epel-release repo 后,它会抛出一个错误:
Problem: conflicting requests
- nothing provides python-setuptools needed by ansible-2.8.2-1.el7.noarch
- nothing provides python-jinja2 needed by ansible-2.8.2-1.el7.noarch
- nothing provides python-six needed by ansible-2.8.2-1.el7.noarch
- nothing provides PyYAML needed by ansible-2.8.2-1.el7.noarch
- nothing provides python2-cryptography needed by ansible-2.8.2-1.el7.noarch
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
有谁知道这意味着什么/我能做什么?
编辑:我正在使用 redhat8
【问题讨论】:
-
您在哪个操作系统上执行此操作?
-
您好,如果解决了问题,请告诉我。我一直在尝试在 RHEL8 aws 服务器中安装 ansible 但遇到同样的错误。
标签: ansible installation yum epel