-
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
Pipfile requirements cannot be fulfilled (cause: djangocms-cascade) #41
Comments
Any solution please 😔 |
I'm having the same issue. If you just want to build/run the local demo you can use
It should still install the dependencies but you're pretty much stuck if you want to use the docker version. |
I understand, it is a forced solution, it gives a lot of uncertainty, does anyone know what is the incompatibility? Other solution? |
It's definitely not a good solution and doesn't work properly for docker setups. If you have a list of all of the requirements then you could modify the Cookiecutter to generate them yourself, but again, this is not ideal. |
I think I have a workaround now to get the runserver Docker going. In the folder where your Cookiecutter is being downloaded (~/.cookiecutters for me) look for the cookiecutter-django-shop/hooks directory. There should be a file called post_gen_project.py Replace the
Run the Cookiecutter again but DO NOT redownload the files (first question in the process, just say no!). I haven't tested everything but it should work like normal again. Or at least until the dev team has a better idea of what's going on/way forward. |
And what does the development team say why it does not comment on it. Will there be any solid and stable improvements to start a store from now on? |
It seems from the other threads that they're at least aware of it. I'm sure they're trying their damndest to figure it out. |
I hope they solve it, I will be attentive, please let me know any news |
OK. I'll have a look soon. |
As is tradition. |
Thank you very much, I will be very attentive to the update solution |
Thank you very much I can bypass it now |
No worries. Make sure that you the list to include 'django-treebeard==4.4' as the latest version causes issues. see here: I've updated my original reply to include it now. |
I am facing this same issue, I want to know what the dev teams response is |
The problem is that Django-shop runs on 3.0 at most and djangocms-cascade-2 needs Django 3.1 for some native JSON field support. So you need to add |
Unfortunately, Cookiecutter finishes with |
After creating project through cookiecutter with all default answers, manually edit Pipfile:
Then the remaining commands from tutorial get you functional page on |
#41 (comment)
|
What happened?
full install cannot be fulfilled due to incompatibility of djangocms-cascade requirements
Steps to reproduce
https://dpaste.org/ReXu
The text was updated successfully, but these errors were encountered: