python InsecurePlatformWarning when downloading pip on Windows (python 2.7.5)

后端 未结 3 1516
后悔当初
后悔当初 2021-01-26 02:35

To download pip on Windows, I followed https://pip.pypa.io/en/stable/installing/ (downloading the get-pip.py file, and then running it on Command Prompt).

However, I got

3条回答
  •  花落未央
    2021-01-26 03:17

    There is something blocking your installation. Try to add proxy and try it:

    set HTTP_PROXY=http://<>:<>@<>:<>
    set HTTPS_PROXY=https://<>:<>@<>:<>
    

提交回复
热议问题