These two days on the internet dot Python video, need to install some third-party plug-ins, install plug-ins are generally: python plug-in installation
Easy_install Package
PIP Install package
One of the following is a substitute for the above method, python2.7 has integrated the PIP. Install plugin error
Yesterday saw a tutorial using BEAUTIFULSOUP4 to parse a Web page, and BeautifulSoup is a third-party plug-in, so you need to install it using the above method, Win7 64-bit system reported the following error:
You cannot create a process using the pip.exe, which means that you cannot start the PIP installation plug-in. Solutions
option 1:
Python-m PIP Install package
Option 2:
Upgrade Pip First
python-m pip install- u pip
Normal installation
PIP Install package
View Original: http://blog.xiongit.com/2015/12/fatal-error-in-launcher-unable-to-create-process-using-pip-exe/
This article link: http://blog.csdn.net/xiong_it/article/details/50401835, author Xiong_it