PIP not working - proxy - Connection aborted

后端 未结 3 1281
一向
一向 2020-12-21 22:00

I am trying to install python packages behind a proxy and I get the following error:

pip --proxy=\"user:pass@address:port\" install bokeh
3条回答
  •  天命终不由人
    2020-12-21 22:18

    SOLVED The issue was that my dorm firewall is blocking pip (pypi.python.org). Issuing the same command at work installs python packages correctly.

提交回复
热议问题