-
Notifications
You must be signed in to change notification settings - Fork 55
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
Cookiecutter build issue. Complains about dependency. #43
Comments
django-shop and djangocms-cascade requirements are conflicting: |
Try this: |
#41 (comment) it works fine to be able to unload the cookiecutter but when executing "pipenv install --sequential" the dependency problem continues |
I had the same problem, but it worked using docker: |
Try to run All this step does is generate and install the dependencies that Django-shop requires. The latter method just generates the dependencies and installs them in one shot. |
There is still no stable solution, we have to wait |
#41 Still no resolution or feasible workaround?
Any further suggestions or insights would be much appreciated! |
Same problem when installing django-allauth in ubuntu 20.04, pipenv, python 3.10.4 |
Here is a workaround: |
What happened?
I tried to install from the Cookiecutter using the instructions on the readthedocs and the install script fails.
There are incompatible versions in the resolved dependencies:
django>=3 (from -r /var/folders/29/40q6jzf10mn1jnz1lx3f6x9h0000gn/T/pipenv3ds8_rnhrequirements/pipenv-bl4q4s2c-constraints.txt (line 4))
django<3.1,>=2.1 (from django-shop==1.2.4->-r /var/folders/29/40q6jzf10mn1jnz1lx3f6x9h0000gn/T/pipenv3ds8_rnhrequirements/pipenv-bl4q4s2c-constraints.txt (line 8))
django<3.2,>=1.8 (from django-admin-sortable2==0.7.8->-r /var/folders/29/40q6jzf10mn1jnz1lx3f6x9h0000gn/T/pipenv3ds8_rnhrequirements/pipenv-bl4q4s2c-constraints.txt (line 18))
django<4.0,>=2.2 (from django-filer==2.0.2->-r /var/folders/29/40q6jzf10mn1jnz1lx3f6x9h0000gn/T/pipenv3ds8_rnhrequirements/pipenv-bl4q4s2c-constraints.txt (line 5))
django>=1.6 (from django-fsm-admin==1.2.4->-r /var/folders/29/40q6jzf10mn1jnz1lx3f6x9h0000gn/T/pipenv3ds8_rnhrequirements/pipenv-bl4q4s2c-constraints.txt (line 29))
django>=1.8.0 (from django-rest-auth==0.9.5->-r /var/folders/29/40q6jzf10mn1jnz1lx3f6x9h0000gn/T/pipenv3ds8_rnhrequirements/pipenv-bl4q4s2c-constraints.txt (line 19))
django>=2.0 (from django-allauth==0.44.0->-r /var/folders/29/40q6jzf10mn1jnz1lx3f6x9h0000gn/T/pipenv3ds8_rnhrequirements/pipenv-bl4q4s2c-constraints.txt (line 37))
django>=2.1 (from django-angular==2.3->-r /var/folders/29/40q6jzf10mn1jnz1lx3f6x9h0000gn/T/pipenv3ds8_rnhrequirements/pipenv-bl4q4s2c-constraints.txt (line 34))
django>=2.1 (from django-polymorphic==3.0.0->-r /var/folders/29/40q6jzf10mn1jnz1lx3f6x9h0000gn/T/pipenv3ds8_rnhrequirements/pipenv-bl4q4s2c-constraints.txt (line 16))
django>=2.2 (from django-cms==3.8.0->-r /var/folders/29/40q6jzf10mn1jnz1lx3f6x9h0000gn/T/pipenv3ds8_rnhrequirements/pipenv-bl4q4s2c-constraints.txt (line 24))
django>=2.2 (from django-filter==2.4.0->-r /var/folders/29/40q6jzf10mn1jnz1lx3f6x9h0000gn/T/pipenv3ds8_rnhrequirements/pipenv-bl4q4s2c-constraints.txt (line 21))
django>=2.2 (from django-phonenumber-field==5.0.0->-r /var/folders/29/40q6jzf10mn1jnz1lx3f6x9h0000gn/T/pipenv3ds8_rnhrequirements/pipenv-bl4q4s2c-constraints.txt (line 20))
django>=2.2 (from django-post-office==3.5.3->-r /var/folders/29/40q6jzf10mn1jnz1lx3f6x9h0000gn/T/pipenv3ds8_rnhrequirements/pipenv-bl4q4s2c-constraints.txt (line 15))
django>=2.2 (from django-select2==7.6.1->-r /var/folders/29/40q6jzf10mn1jnz1lx3f6x9h0000gn/T/pipenv3ds8_rnhrequirements/pipenv-bl4q4s2c-constraints.txt (line 17))
django>=2.2 (from djangorestframework==3.12.2->-r /var/folders/29/40q6jzf10mn1jnz1lx3f6x9h0000gn/T/pipenv3ds8_rnhrequirements/pipenv-bl4q4s2c-constraints.txt (line 26))
django>=3.1 (from djangocms-cascade==2.0->-r /var/folders/29/40q6jzf10mn1jnz1lx3f6x9h0000gn/T/pipenv3ds8_rnhrequirements/pipenv-bl4q4s2c-constraints.txt (line 11))
What should've happened instead?
It should have installed.
Steps to reproduce
cookiecutter https://github.com/awesto/cookiecutter-django-shop
Python 3.8, Django 3.0.12, Mac OS X 10.15.7
//: # (* Project generation options)
Dockerize 2-runserver
//: # (* Logs)
https://pastebin.com/AYPFJWZa
The text was updated successfully, but these errors were encountered: