Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ssl module in python is not available Windows 7

Tags:

python

ssl

I have Python 3.7.1 installed on Windows 7 from www.python.org. When I want to "pip install pylab" I receive the following message: "pip is configured with locations that require tls/ssl however the ssl module in python is not available". Please help me to overcome this problem. Many thanks

like image 320
Andy Avatar asked Nov 04 '18 04:11

Andy


People also ask

What is the use of SSL module in Python?

This module provides access to Transport Layer Security (often known as “Secure Sockets Layer”) encryption and peer authentication facilities for network sockets, both client-side and server-side. This module uses the OpenSSL library.

Do I need to install PIP?

Usually, pip is automatically installed if you are: working in a virtual environment. using Python downloaded from python.org. using Python that has not been modified by a redistributor to remove ensurepip.


Video Answer


1 Answers

What worked for me is: conda activate in command prompt and then use pip

like image 150
Aayush Upadhyay Avatar answered Sep 20 '22 19:09

Aayush Upadhyay