The error message you are seeing (ssl.SSLError: [SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or bad record mac) is related to SSL and may not be specifically related to Python or pip. It's possible that the issue could be due to network conditions, SSL/TLS settings, or potentially hardware issues.
In the meantime, you might consider trying the following steps:
Update your pip, setuptools, and wheel. Outdated versions of these packages can sometimes cause issues. You can update them with the following commands:
pip install --upgrade pip setuptools wheel