Pycharm pip install wont work behind a proxy

前端 未结 6 624
花落未央
花落未央 2020-12-17 00:42

I\'m trying to install packages from within Pycharm in Windows 10. I am behind a proxy, so I have set up the proxy information as well as my login details and my connection

6条回答
  •  感动是毒
    2020-12-17 01:24

    Create a System Environment Variable HTTPS_PROXY or HTTP_PROXY in windows with required authentication (https://user:password@proxy:port) in windows and restart Pycharm.

    Then, without specifying proxy configuration inside Pycharm, install the package.

提交回复
热议问题