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

pip requirements are busted #387

Open
vamposdecampos opened this issue Apr 24, 2021 · 0 comments
Open

pip requirements are busted #387

vamposdecampos opened this issue Apr 24, 2021 · 0 comments

Comments

@vamposdecampos
Copy link

vamposdecampos commented Apr 24, 2021

At commit d429483, running "docker-compose up" fails at the "pip3 install" step with:

ERROR: Cannot install -r requirements.txt (line 6) and django-crispy-forms<2.0.0 and >=1.9.0 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested django-crispy-forms<2.0.0 and >=1.9.0
    django-crispy-bulma 0.2 depends on django-crispy-forms==1.7.2

Full log: pip.log

Do we know a combination that works? Perhaps pip freeze in someone's working container image?

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

No branches or pull requests

1 participant