Ich habe das Problem dass ich django nicht installieren kann weil ich zwei python Versionen habe 2.7 und 3.6 und aus irgendwelchen Gründen ignoriert er die 3.6 Version.
Wenn ich python -V mache kommt direkt 2.7 wenn ich das mitm anderen Befehl mache zeigt er mir aber auch an dass ich 3.6 habe.
Python 2.7 kann ich aber auch net deinstallieren weils mirs System sonst zerbügelt.
Terminalausgabe:
Code:
==========================
Unsupported Python version
==========================
This version of Django requires Python 3.5, but you're trying to
install it on Python 2.7.
This may be because you are using a version of pip that doesn't
understand the python_requires classifier. Make sure you
have pip >= 9.0 and setuptools >= 24.2, then try again:
$ python -m pip install --upgrade pip setuptools
$ python -m pip install django
This will install the latest version of Django which works on your
version of Python. If you can't upgrade your pip (or Python), request
an older version of Django:
$ python -m pip install "django<2"






anlegen
