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

django-preserialize requires django<1.11, Nitrate uses 1.11.11 #311

Closed
jeffrywalsh opened this issue May 3, 2018 · 3 comments
Closed

django-preserialize requires django<1.11, Nitrate uses 1.11.11 #311

jeffrywalsh opened this issue May 3, 2018 · 3 comments
Milestone

Comments

@jeffrywalsh
Copy link

jeffrywalsh commented May 3, 2018

Running through the required installation methods for Nitrate I run:
sudo python setup.py install

and I get

Processing dependencies for Nitrate==4.1 error: Django 1.11.11 is installed but django<1.11,>=1.8 is required by set(['django-preserialize'])

The requirements.txt file shows:
Django=1.11.11 ... django-preserialize==1.2.1

Should I change the Django version down to 1.10.xx?

@braveswang
Copy link

I think you should uninstall Django 1.11.11, or create a python virtualenv to install django 1.8 for nitrate 4.1

@atodorov
Copy link
Contributor

atodorov commented May 4, 2018

You can also try https://demo.kiwitcms.org which is running latest Django 2

@tkdchen
Copy link
Member

tkdchen commented May 7, 2018

@nugatorium Yes, you can change to use Django 1.10.x.

@tkdchen tkdchen added this to the 4.2 milestone May 7, 2018
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

4 participants