+ 3
Problems with SSL. (Python)
Problem: I've lately faced a problem with installing python libraries using "py -m pip install" in preinstalled command prompt. Even thought I've few months ago been able to use it without problems, installations have lately raised errors due "SSL is not installed". I have no idea why that problem is. I have no idea where that problem is from. But I will find you... and I will fix you!!! 😡👉🗑 How could I fix it? 😂 Which could have caused that problem? I am using Windows 10.
4 Respostas
+ 3
Try :
python -m pip install --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --trusted-host pypi.org --upgrade pip
+ 1
I typed :
"py -m pip install pyinstaller --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --trusted-host pypi.org" but it was stopped by SSLError
+ 1
https://python-forum.io/Thread-All-pip-install-attempts-are-met-with-SSL-error
0
Wedad Saleh is that just 1 command?