When I try to install a package with pip, I get the error:
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1129)'))': /simple/matplotlib
This is the same as the error reported here. The problem is that I'm stuck in something of a catch 22: the recommended answer at the linked problem is to downgrade pip to 20.2.4. Only problem is; I can't work out a simple way to do this because I can't use pip to install the previous version of pip. I tried using 'easy_install' to do it, but it doesn't seem to be installed. I'm on python 3.9.5, on windows.
As you can probably tell, I'm a bit of a noob when it comes to this stuff.