您的位置:首页 > 编程语言 > Python开发

【python开发】利用PIP3的时候出现的问题Fatal error in launcher: Unable to create process using '"'

2017-05-26 12:36 1141 查看
down
voteaccepted
I fixed my issue by...

downloading Python 3 at the official website and installing it via express installation

C&P the standalone python into the ampps/python folder and overwriting the python version provided by AMPPS

running 
python
-m pip install --upgrade pip
 in cmd

Now pip and python 3 are installed in their latest version.

It seems that AMPPS doesnt't provide a full-fledged python build. So you need to update python yourself.

Thanks to y'all.

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐