解决pip install numpy Fatal error in launcher: Unable to create process using '"'问题
解决pip install numpy Fatal error in launcher: Unable to create process using '"'问题
C:\Users\Admin>pip install numpy
Fatal error in launcher: Unable to create process using ‘"’
C:\Users\Admin>pip install numpy-1.13.1+mkl-cp35-cp35m-win_amd64.whl
Fatal error in launcher: Unable to create process using ‘"’
这是由于pip版本过低需要对其升级
命令:
python -m pip install -U pip(如果不可以的话,按照以下执行,反正一开始我的不行)
我使用:
#
找到安装python的位置,直接把python.exe直接拖到cmd里面,然后在后面加上:
-m pip install --upgrade pip
效果如下: