0

I've had some issues installing pip packages, so I decided to uninstall python, and reinstall it. However, when I downloaded it again, and tried to run pip, I got this error

Fatal error in launcher: Unable to create process using '"c:\program files (x86)\python37-32\python.exe"  "C:\Program Files (x86)\Python37-32\Scripts\pip.exe"
profound.donut
  • 33
  • 1
  • 3
  • 8

1 Answers1

0

Try to upgrade pip:

python -m pip install --upgrade pip 

This is more of a workaround than a proper fix. See this solution for more information.

Gabe
  • 956
  • 7
  • 8