You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: