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
I understand that AWX is open source software provided for free and that I might not receive a timely response.
I am NOT reporting a (potential) security vulnerability. (These should be emailed to [email protected] instead.)
Bug Summary
Docker compose installation (make docker-compose-build) fails with the following error:
#21 141.9 ERROR: Cannot install django-ansible-base[jwt-consumer,rbac,resource-registry,rest-filters]==2024.8.30.0.dev7+g47daf79 and django-split-settings==1.0.0 because these package versions have conflicting dependencies.
#21 141.9
#21 141.9 The conflict is caused by:
#21 141.9 The user requested django-split-settings==1.0.0
#21 141.9 django-ansible-base[jwt-consumer,rbac,resource-registry,rest-filters] 2024.8.30.0.dev7+g47daf79 depends on django-split-settings==1.2.0
AWX version
24.6.1
Select the relevant components
UI
UI (tech preview)
API
Docs
Collection
CLI
Other
Installation method
docker development environment
Modifications
no
Ansible version
No response
Operating system
Amazon Linux 2023
Web browser
No response
Steps to reproduce
Start Docker compose setup with make docker-compose-build.
Expected results
Build successful.
Actual results
Build fails after RUN cd /tmp && make requirements_awxwith the pip dependency error, full output attached below.
yeah the issue is that some of our requirements are tracking a devel branch of django ansible base library. When 24.6.1 was first released, it probably worked fine. But then more commits were added to django ansible base that broke with awx 24.6.1
Yeah I agree the docs should be instructing folks to use devel, not the latest tagged release.
Please confirm the following
[email protected]
instead.)Bug Summary
Docker compose installation (
make docker-compose-build
) fails with the following error:AWX version
24.6.1
Select the relevant components
Installation method
docker development environment
Modifications
no
Ansible version
No response
Operating system
Amazon Linux 2023
Web browser
No response
Steps to reproduce
Start Docker compose setup with
make docker-compose-build
.Expected results
Build successful.
Actual results
Build fails after
RUN cd /tmp && make requirements_awx
with the pip dependency error, full output attached below.Additional information
awx-installation-output.txt
The text was updated successfully, but these errors were encountered: