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.

https://stackoverflow.com/questions/67547176/python-warning-retrying-retrytotal-4-connect-none-read-none-redirect-none?noredirect=1#comment119391618_67547176 

 

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/
0
2 comments

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? 

0

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

0

Please sign in to leave a comment.