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
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
At commit d429483, running "docker-compose up" fails at the "pip3 install" step with:
Full log: pip.log
Do we know a combination that works? Perhaps
pip freeze
in someone's working container image?The text was updated successfully, but these errors were encountered: