解决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(如果不可以的话,按照以下执行,反正一开始我的不行)

我使用:
#解决pip install numpy Fatal error in launcher: Unable to create process using '"'问题

找到安装python的位置,直接把python.exe直接拖到cmd里面,然后在后面加上:

-m pip install --upgrade pip
效果如下:解决pip install numpy Fatal error in launcher: Unable to create process using '"'问题
解决pip install numpy Fatal error in launcher: Unable to create process using '"'问题

然后就可以了

相关文章:

  • 2021-07-11
  • 2022-12-23
  • 2021-11-19
  • 2021-06-21
  • 2021-12-08
  • 2021-08-12
  • 2021-08-31
猜你喜欢
  • 2021-12-05
  • 2022-12-23
  • 2022-01-12
  • 2022-12-23
  • 2021-06-21
  • 2022-01-26
相关资源
相似解决方案