pypissl95% confidence\u2191 151

Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available."

Full error message
I'm using requests in Python3 on Windows via Pycharm, and I'm receiving a "SSL module is not available" error.

I've spent hours trying to figure out what could be causing this. I've reinstalled Anaconda, and I am completely stuck. When running the following

def Earlybird(daycount):
    url = 'https://msft.com'
    response = requests.get(url)
    print(response)
Earlybird()

I receive the error:

requests.exceptions.SSLError: HTTPSConnectionPool(host='msft.com', 
port=443): Max retries exceeded with url: / (Caused by SSLError("Can't 
connect to HTTPS URL because the SSL module is not available."))

I have no idea what could be causing this. As Anaconda is a recent install, I would assume everything would be up-to-date, so I'm unsure if this is pointing to the wrong SSL ?

Don't know if this has been solved yet but I was getting similar problems with Anaconda python 3.7.3 and Idle on Windows 10. Fixed it by adding: <path>\Anaconda3 <path>\Anaconda3\scripts <path>\Anaconda3\Library\bin to the PATH variable.

API access

Get this solution programmatically \u2014 free, no authentication.

curl https://depscope.dev/api/error/fc17dea883c31bb2dad217222603b22d1156338b4ec9ba43a115578ef4f15ffa
hash \u00b7 fc17dea883c31bb2dad217222603b22d1156338b4ec9ba43a115578ef4f15ffa
Caused by SSLError(&quot;Can&#39;t connect to HTTPS URL beca… — DepScope fix | DepScope