我在Windows 7(32位)上安装了点,但我有以下错误。
C:\Python\Python36-32\Scripts>pip --version
Fatal error in launcher: Unable to create process using '"'
C:\Python\Python36-32\Scripts>pip install httpie
Fatal error in launcher: Unable to create process using '"'
我在C:\ Python中保存了get-pip.py文件。 我也设置了系统变量。我已经按照安装页面https://dev.to/el_joft/installing-pip-on-windows进行了操作 有人可以帮忙
答案 0 :(得分:0)
以下命令解决了我的问题
python -m pip install pip==9.0.1
在Pip - Fatal error in launcher: Unable to create process using '"'
中找到