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

The Python 3.11 update broke one of our jobs on awx. #255

Open
NourDh opened this issue Aug 28, 2024 · 1 comment · May be fixed by #257
Open

The Python 3.11 update broke one of our jobs on awx. #255

NourDh opened this issue Aug 28, 2024 · 1 comment · May be fixed by #257

Comments

@NourDh
Copy link

NourDh commented Aug 28, 2024

After the 16 august update and merge of this PR, one of our staging environments that runs locally against the awx pod started failing daily, with this error: "ModuleNotFoundError: No module named 'pkg_resources" later followed by "Failed to import the required Python library (setuptools)".

Looks like pip is not installed along with python3.11 ? awx containers are password protected so attempting to setting up pip by ourselves is not something we want to use a password for.
We also tried setting up the interpreter to be python3.9 but it failed.

What ended up working was changing the awx-ee version to the previous one from the template section on the awx UI.

Any ideas why this happened ?

@marcGeekChan marcGeekChan linked a pull request Sep 25, 2024 that will close this issue
@zendritic
Copy link

I had to change to use python3.11 -m pip ... FWIW

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

Successfully merging a pull request may close this issue.

2 participants