Issue in setting up envirnment !

sudo ./scripts/docker runserver --bootstrap

Requirement already satisfied: wrapt==1.11.1 in /vendor/lib/python3.6/site-packages (from -r requirements/test-requirements.txt (line 175)) (1.11.1)
Requirement already satisfied: xlrd==1.0.0 in /vendor/lib/python3.6/site-packages (from -r requirements/test-requirements.txt (line 176)) (1.0.0)
Requirement already satisfied: xlwt==1.3.0 in /vendor/lib/python3.6/site-packages (from -r requirements/test-requirements.txt (line 177)) (1.3.0)
Requirement already satisfied: setuptools==41.2.0 in /vendor/lib/python3.6/site-packages (from -r requirements/test-requirements.txt (line 180)) (41.2.0)
Building wheels for collected packages: django-nose
Building wheel for django-nose (setup.py) ... done
Created wheel for django-nose: filename=django_nose-1.4.4-py2.py3-none-any.whl size=27299 sha256=7dc6ac379159d740bdd8cd20252c955d87e57f9bff8d77303ad3c310f5f48d48
Stored in directory: /tmp/pip-ephem-wheel-cache-chc46avn/wheels/1f/b9/3e/014e317acfe97d4a0fbca60a4bfbbade119dea28b8dd2eccff
Successfully built django-nose
Installing collected packages: django-nose, django
Found existing installation: Django 1.11.25
Uninstalling Django-1.11.25:
Successfully uninstalled Django-1.11.25
Successfully installed django-1.11.22 django-nose-1.4.4
*** Error compiling 'ez_setup.py'...
File "ez_setup.py", line 106
except pkg_resources.VersionConflict, e:
^
SyntaxError: invalid syntax

Do you have any more context around this error? Did this occur upon running

sudo ./scripts/docker runserver --bootstrap?

It looks like this happened while installing packages, can you see anything more about what package this came from?