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

来源:互联网 发布:虚拟机下安装linux 编辑:程序博客网 时间:2024/06/06 02:01



down voteaccepted

I fixed my issue by...

  1. downloading Python 3 at the official website and installing it via express installation
  2. C&P the standalone python into the ampps/python folder and overwriting the python version provided by AMPPS
  3. 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.



阅读全文
0 0