I am using Python 3.8.1 on Windows and I have pip 19.2.3 from c:\python381\lib\site-packages\pip (python 3.8).
In cmd when I enter 'pip install django' I get:
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', OSError('Tunnel connection failed: 407 Proxy Authentication Required'))': /simple/django/
I looked into the proxy error and tried to fix it using:
:\set http_proxy=http://username:password@proxyAddress:port
I'm using the username and password that I use to log into the system. I'm using a port number which i found in the LAN settings under 'Proxy server'. I am supposed to update proxy address as well? This is greyed out.
I get the same error message when running the above. Does anyone know how to fix this?