【问题标题】:pip installation error on windows 7 (32-bit)Windows 7(32 位)上的 pip 安装错误
【发布时间】:2018-08-15 03:30:57
【问题描述】:

我在 Windows 7(32 位)上安装了 pip,但出现以下错误。

    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 '"'

我已将 get-pip.py 文件保存在 C:\Python 中。 我也设置了系统变量。我已经按照安装页面https://dev.to/el_joft/installing-pip-on-windows 有人可以帮忙吗

【问题讨论】:

标签: python windows-7 pip


【解决方案1】:

下面的命令解决了我的问题

         python -m pip install pip==9.0.1

发现于Pip - Fatal error in launcher: Unable to create process using '"'

【讨论】:

    猜你喜欢
    • 2012-11-09
    • 2012-06-17
    • 2016-08-13
    • 2016-03-31
    • 2013-02-22
    • 2019-01-19
    • 2019-02-10
    • 2023-03-05
    • 2020-04-03
    相关资源
    最近更新 更多