Windows 10. Tried through pip and easy_install, but got the same unsatisfactory result:

PS C:\Python364\Scripts> pip install django<2 Collecting django<2 Using cached Django-1.11.9-py2.py3-none-any.whl Collecting pytz (from django<2) Using cached pytz-2017.3-py2.py3-none-any.whl Installing collected packages: pytz, django Successfully installed django-1.11.9 pytz-2017.3 PS C:\Python364\Scripts> django-admin --version Fatal error in launcher: Unable to create process using '"' 

    1 answer 1

    Try the following: Assign the path to the python interpreter to the PATH variable and run: python -m pip install XXX

    • Thank you for the answer, but it did not help, alas - being of habits
    • And what errors gives? That writes? - virvaldium