Cannot install PIP on Windows 10

后端 未结 2 1238
遥遥无期
遥遥无期 2021-01-15 00:13

I ran the Python 3.5.1 installer from https://www.python.org/downloads/release/python-351/. However, on the command line, when I go to run pip, I see an error:

2条回答
  •  既然无缘
    2021-01-15 00:33

    The solution is to get the latest pip installer script from: https://bootstrap.pypa.io/get-pip.py, and install it with python get-pip.py.

    Then you can use commands like python -m pip ... to your heart's content.

提交回复
热议问题