Run PIP Error: Fatal error in launcher:unable to create process using ' "'

Source: Internet
Author: User

Ext: 73518782

When I installed Python in the new environment again encountered this situation, this time notice, found the original article has the wrong place, so to update, should be able to solve most of the problems. Environment is WIN8, originally only installed python2.7. Later, because of the use of Python3, in order to let the two coexist, the Python3 to reduce the running file changed to Python3.exe. This is the problem, and the PIP running Python3 will encounter the following error
Fatal error in launcher:unable to create process using ' "
But running the PIP2 is good. If you change the python2.7 's running file to Python2.exe, you will find that PIP2 also throws a generic error. This makes it possible to conclude that the error was caused by altering the name of the Python executable file.
Many of the programs on the web say that it is good to run python3-m pip install--upgrade pip to upgrade the PIP version, which is useful in most cases. Since reloading will create an association based on the executed file of the changed Python. But if your PIP is the latest version, it won't work, because it's the latest version that won't let you upgrade at all. Then use the following command to force the reload of the PIP
python3-m pip install--upgrade--force-reinstall pip this solves the PIP error.

(GO) run PIP Error: Fatal error in launcher:unable to create process using ' "'

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.