0

When I type anything to the console when I use Django, I get the following error:

Fatal error in launcher: Unable to create process using'""c:\program files\python36\python.exe" "C:\Program Files\Python36\Scripts\django-admin.exe" startproject testsite

Jared Forth
  • 1,577
  • 6
  • 17
  • 32
  • You'll have to include your code to get any kind of meaningful answer. – mypetlion Apr 18 '18 at 18:26
  • Possible duplicate of [Fatal error in launcher: Unable to create process using ""C:\Program Files (x86)\Python33\python.exe" "C:\Program Files (x86)\Python33\pip.exe""](https://stackoverflow.com/questions/24627525/fatal-error-in-launcher-unable-to-create-process-using-c-program-files-x86) – MegaIng Apr 18 '18 at 18:27

1 Answers1

0

Try upgrading Django.

pip install django --upgrade
Birat Bade Shrestha
  • 800
  • 1
  • 8
  • 28