2

None of the current error inquiries addressed my specific situation (it seems like a pretty well rounded problem). I am trying to install Pillow (image module for Python). I have the correct version of the whl file, and the correct installation of Python 3.6. My paths have been confirmed.
Steps that I took:

  1. Downloaded the whl file
  2. Opened downloads in command window
  3. Typed the pip path, install, and then my whl file.

Then I got the error: "Fatal error in launcher: Unable to create process using"

phd
  • 82,685
  • 13
  • 120
  • 165
sys bruce
  • 31
  • 1
  • 5

1 Answers1

4

use 'python -m puse 'python -m pip install package-name' instead.

lisan.tang
  • 41
  • 1