until recently, I had no problems installing packages using
pip install package_name
through command prompt. However, recently, I started receiving the following error message for 99% of packages I attempt to install (note: if the package is already installed, i do get "requirement already satisfied error").
Retrying (Retry(total=0, connect=None, read=None, redirect=None))
after connection broken by 'ProxyError('Cannot connect to proxy.',
NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection
object at 0x00000000041D2A90>: Failed to establish a new connection:
[Errno 10061] No connection could be made because the target machine
actively refused it',))': /simple/pattern/
Any idea on whats going on here, and how I can go about fixing it?
Thank you in advance!