-2

I am trying to install Django and here is what I get when I try to install pip => " Fatal error in launcher: Unable to create process using '"' When I enter de command => python -m pip install XXX it does not work. Any help?

phd
  • 82,685
  • 13
  • 120
  • 165
CoJ
  • 1
  • 1
  • 2
    *does not work* is hardly a question. What command did you try and wht was the error? – phd Aug 22 '17 at 22:41
  • Possible duplicate of [Pip - Fatal error in launcher: Unable to create process using '"'](https://stackoverflow.com/questions/37220055/pip-fatal-error-in-launcher-unable-to-create-process-using) – phd Aug 23 '17 at 04:45

2 Answers2

1

try

pip install yourpackagename

good luck

Oqhax
  • 419
  • 1
  • 4
  • 16
  • Nope. Same error message: Fatal error in launcher: Unable to create process using '"' But thanks for your help – CoJ Aug 23 '17 at 06:49
0

Download PyCharm and in the terminal it will be easier. set interpretator then pip install in terminal.

Dustin
  • 107
  • 3
  • 11