ansible / awx-ee

An Ansible execution environment for AWX project
https://quay.io/ansible/awx-ee
Other
129 stars 151 forks source link

Incorrect Package Names in AWX for python quay.io/ansible/awx-ee:latest #249

Open sbainfosrinivasan opened 3 weeks ago

sbainfosrinivasan commented 3 weeks ago

Issue: I encountered an error while running the AWX . The error message indicates that the packages python38-cryptography, python38-pytz, python38-pyyaml, and python38-requests cannot be found. However, the image is based on CentOS 9, where the expected package names should be in the format python3-.

Context: The system is using CentOS 9 as the base OS. According to CentOS 9 conventions, Python 3 packages should be prefixed with python3-, not python38-.

Resolution: I suggest modifying the dependencies or package names in the AWX to use the correct naming convention (python3-). This adjustment should resolve the issue with package dependency resolution.

Action Requested: Please update the AWX report to reflect the correct package naming convention for CentOS 9. This will ensure compatibility and resolve the dependency resolution error encountered.

Thank you for your attention to this matter.

TheRealHaoLiu commented 3 weeks ago

can you provide some information around

and any steps that you can provide for us to be able to reproduce this problem