I was getting an error when trying to install a package via conda so I reinstalled Anaconda. Now no matter what I do, when I try to install a package with either pip or conda I get an error. The error for pip is:
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
I've even completely uninstalled Anaconda, removed all Path variable values, and install a completely different version, but I still got the same error. All the answers that Google brought up were about how there must be incorrect Path variable values assigned. If this was the case, I could simply just use the Anaconda prompt, but the same error appears there too, which nobody seems to have an answer for. Any ideas on how to fix this? I've tried following the accepted answer here to re-add the SSL module with no luck or given error. I've tried running conda activate
before I run pip, using pip3
instead of pip
and many other things. I'm on a Windows 10 PC, just install a fresh version of Anaconda 3, 2019.10 running Python 3.7.4.
EDIT
I tried using Miniconda and the error still persisted. I think the issue is with my machine.