'Can't install third party frameworks in python

I am trying to install 3rd party frameworks in Python 3.10 such as pygame, pandas, matplotlib. However the same error in all attempts get thrown.

pip._vendor.urllib3.exceptions.SSLError: [SSL:DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or bad record mac (_ssl.c:2536)

Any help would be much appreciated!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source