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
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.