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

Installation fails with pip dependency issue in django-ansible-base/django-split-settings #15484

Open
5 of 11 tasks
mensler opened this issue Sep 2, 2024 · 3 comments
Open
5 of 11 tasks

Comments

@mensler
Copy link

mensler commented Sep 2, 2024

Please confirm the following

  • I agree to follow this project's code of conduct.
  • I have checked the current issues for duplicates.
  • 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.

Additional information

awx-installation-output.txt

@fosterseth
Copy link
Member

for docker-compose environment, you will want to be on devel, not a tagged version of awx

@kpi88
Copy link

kpi88 commented Sep 4, 2024

Perhaps the compose README needs updating, then. I would note also that building on the 24.6.1 tag was working until this weekend.

@fosterseth
Copy link
Member

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.

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

3 participants