SSL module is not available in Python however pyOpenSSL is installed

0

I installed Anaconda (the latest version) and I added Python to my PATH and I wanted to see what packages I had already built-in in Anaconda by running python -m pip list and got a full list of packages including the small sample in the image: Sample of packages

Now, notice that pyOpenSSL is installed, however I get the following error: ssl module in Python is not available. And this same error is preventing me from installing new packages. What is the problem here and how can I solve this?

[Attempts]

1) Tried python -m pip install --upgrade pip but it yielded Attempt 1

Bidon

Posted 2019-01-24T20:01:35.357

Reputation: 101

No answers