码迷,mamicode.com
首页 > 编程语言 > 详细

【bugRecord4】Fatal error in launcher: Unable to create process using '""D:\Program Files\Python36\python.exe"" "D:\Program Files\Python36\Scripts\pip.exe" '

时间:2018-05-09 18:00:28      阅读:1496      评论:0      收藏:0      [点我收藏+]

标签:col   info   技术分享   --   bubuko   RoCE   http   ade   files   

环境信息:

python版本:V3.6.4 

安装路径:D:\Program Files\python36

环境变量PATH:D:\Program Files\Python36;D:\Program Files\Python36\Scripts;

 

问题描述:命令行执行pip报错

技术分享图片

 

解决方法:

1.切换到D:\Program Files\Python36\Scripts

2.执行python pip.exe install SomePackage进行安装

3.安装成功后执行pip仍报错

4.查看安装成功后,提示pip要升级

5.执行python -m pip install --upgrade pip

6.升级成功后,再次执行pip,OK了

技术分享图片

技术分享图片

 

【bugRecord4】Fatal error in launcher: Unable to create process using '""D:\Program Files\Python36\python.exe"" "D:\Program Files\Python36\Scripts\pip.exe" '

标签:col   info   技术分享   --   bubuko   RoCE   http   ade   files   

原文地址:https://www.cnblogs.com/yllil/p/9015601.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!