Upgrading from Django 1.7.1 to 1.8.2 fails

允我心安 提交于 2019-12-02 09:51:15

I hate to be the bearer of bad news, but you've run into something that's one of the most hellish bits of developing with Django: trying to get all of your dependencies to the right version to work with each other. It's not uncommon for a specific version of a dependency to be dependent on specific versions of Django.

mptt does not support Django 1.8 until version 0.70 (see upgrade notes: http://django-mptt.github.io/django-mptt/upgrade.html) . So if you want Django 1.8, you're going to have to upgrade mptt first. Sorry.

lpounng

I do not have enough privilege to comment, but you may try if the answer from this post helps your problem.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!