MrMEEE / awx-build

144 stars 39 forks source link

awx-rpm install failed (vdo-6.2.2.117-13.el8.x86_64) #288

Closed stanlog closed 3 years ago

stanlog commented 3 years ago

Hello, I tried to install AWX RPM wih awx-setup script on CentOS 8, and I have on the step "Installing AWX-RPM"

Error: 
 Problem: problem with installed package vdo-6.2.2.117-13.el8.x86_64
  - package vdo-6.2.2.117-13.el8.x86_64 requires python3-PyYAML >= 3.10, but none of the providers can be installed
  - cannot install both python3-pyyaml-5.3.1-4.12.x86_64 and python3-pyyaml-3.12-12.el8.x86_64
  - package ansible-awx-11.2.0-20.10.x86_64 requires python3-pyyaml = 5.3.1, but none of the providers can be installed
  - conflicting requests

Any idea how to solve it ? Another info, it would be great that script stops when awx-rpm package install failed, if not installation continues with severals other errors.

Dist Version: CentOS Linux release 8.2.2004

stanlog commented 3 years ago

Pb solved with : dnf update python3-pyyaml --allowerasing Sorry for posting this issue