VPN made proxy problems
I installed portonVPN a few days ago(terrible VPN).
Now I can't install any new packages ('pip install....) or upgrade pip and more...
keep getting this error:
* Tried to delete and install Pycharm - still not working.
What should I do??
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000001E9A3C7B470>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it',)': /simple/pip/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000001E9A3C7B780>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it',)': /simple/pip/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000001E9A3C7B828>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it',)': /simple/pip/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000001E9A3C7B9E8>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it',)': /simple/pip/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000001E9A3C7BBA8>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it',)': /simple/pip/
Please sign in to leave a comment.
Hello,
I am wondering if it works out of PyCharm? Please open the cmd, activate the same interpreter and run:
pip install package_name
Will you get the same result?
I finally got it to work.
The VPN change my network settings to IPV6.
All I did is switch it off.
Thank for the interest