<div dir="ltr"><div>I have problems with geonode2.6x on Centos7, when migrating the data from python manage.py migrate or try to start geonode ..</div><div><br></div><div><div>Traceback (most recent call last):<br></div><div>  File "/usr/lib/python2.7/site-packages/django/utils/autoreload.py", line 229, in wrapper</div><div>    fn(*args, **kwargs)</div><div>  File "/usr/lib/python2.7/site-packages/django/core/management/commands/runserver.py", line 107, in inner_run</div><div>    autoreload.raise_last_exception()</div><div>  File "/usr/lib/python2.7/site-packages/django/utils/autoreload.py", line 252, in raise_last_exception</div><div>    six.reraise(*_exception)</div><div>  File "/usr/lib/python2.7/site-packages/django/utils/autoreload.py", line 229, in wrapper</div><div>    fn(*args, **kwargs)</div><div>  File "/usr/lib/python2.7/site-packages/django/__init__.py", line 18, in setup</div><div>    apps.populate(settings.INSTALLED_APPS)</div><div>  File "/usr/lib/python2.7/site-packages/django/apps/registry.py", line 85, in populate</div><div>    app_config = AppConfig.create(entry)</div><div>  File "/usr/lib/python2.7/site-packages/django/apps/config.py", line 86, in create</div><div>    module = import_module(entry)</div><div>  File "/usr/lib64/python2.7/importlib/__init__.py", line 37, in import_module</div><div>    __import__(name)</div><div>  File "/usr/lib/python2.7/site-packages/polymorphic/__init__.py", line 13, in <module></div><div>    __version__ = pkg_resources.require("django-polymorphic")[0].version</div><div>  File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 728, in require</div><div>    needed = self.resolve(parse_requirements(requirements))</div><div>  File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 630, in resolve</div><div>    raise VersionConflict(dist,req) # XXX put more info here</div><div>pkg_resources.VersionConflict: (Django 1.8.18 (/usr/lib/python2.7/site-packages), Requirement.parse('Django>=1.11'))</div></div><div><br></div><div>I followed the steps of the installation guide, although I commented that I have not done the process that explain for the development mode, but starting from the installation of postgres, tomcat, geoserver and finally geonode.</div><div>With these same steps I had done a previous installation but I had problems wanting to upload shapes to geonode or geoserver so I had to reinstall everything again.</div><div><br></div><div>The version of Django that I am currently observing is the 1.8.18</div><div><br></div><div>I would greatly appreciate the help of someone who has already been able to do the installation correctly.</div><div><br></div></div>