Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sbainfosrinivasan opened this issue Jun 10, 2024 · 1 comment

Comments

@sbainfosrinivasan
Copy link

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-<package_name>.

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-<package_name>). 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
Copy link
Member

can you provide some information around

  • which image are u using (latest is a floating tags so you might need to re-pull the image to update your image)
  • how did you encounter the error
  • the exact error that you encountered

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants