Tag Archives: Unable to create process using XXX

Python3 Fatal error in launcher: Unable to create process using ‘”‘

Under windows, python2 and python3 coexist. When installing pyGame or other third-party libraries with PIP3, an error is reported as follows:

Fatal error in launcher: Unable to create process using '"'

resolvent:

C:\Users\Administrator>python3 -m pip install pygame

Reason: it needs to be used like this in Windows environment. I don’t understand the reason, and the Python – M instruction can’t find the exact meaning

There are also hints that it is a problem with the PIP version. Just update the pip to the latest version. The update command is “Python – M PIP install – upgrade PIP”.