Skip to content

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

@NourDh

Description

@NourDh

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 ?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions