I would like to download python packages via Visual studio. I would like to configure the proxy for downloading these packages.
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x000001E616804630>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/pydotplus/
I tried the following steps, which were not successful:
- Adding global proxy using
netsh
(https://superuser.com/a/375525/584920) - Modifying the
devnet.exe.config
(https://stackoverflow.com/a/41936608/2614539)
Note: I configured proxy for GitHub, which works like a charm inside Visual Studio.