WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
There was a problem confirming the ssl certificate: HTTPSConnection
(Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available."))
This is the error I get when I try to pip install
anything. pip install
used to work for me, but I recently tried it again and it hasn't been working. I've seen this same question asked before, and they usually say,
add the following in environment paths:
D:\Anaconda3; D:\Anaconda3\Scripts; D:\Anaconda3\Library\bin
However, I don't use Anaconda. I simply have Python 3.8 installed, and I normally use my PyCharm installation to install packages. I have also tried installing OpenSSL from https://slproweb.com/products/Win32OpenSSL.html, since that was mentioned as a solution.
None of this is working, and I am getting the same errors. If someone could help, that would be much appreciated.