Problems with SSL. (Python) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

22nd Jun 2019, 6:38 PM
Seb TheS
Seb TheS - avatar
4 Answers
+ 3
Try : python -m pip install --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --trusted-host pypi.org --upgrade pip
22nd Jun 2019, 7:40 PM
**🇦🇪|🇦🇪**
**🇦🇪|🇦🇪** - avatar
+ 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
23rd Jun 2019, 6:20 PM
Seb TheS
Seb TheS - avatar
+ 1
https://python-forum.io/Thread-All-pip-install-attempts-are-met-with-SSL-error
23rd Jun 2019, 9:41 PM
**🇦🇪|🇦🇪**
**🇦🇪|🇦🇪** - avatar
0
Wedad Saleh is that just 1 command?
23rd Jun 2019, 6:15 PM
Seb TheS
Seb TheS - avatar