0

Facing - pip error while installing Python: Ignoring ensurepip failure: pip 8.1.1 requires SSL/TLS

downloaded the Python 3.5 source code and ran the following:

 

$ tar -xf Python-3.5.2.tar.xz

$ ./configure --with-ensurepip=upgrade

$ make

$ sudo make altinstall

Ignoring ensurepip failure: pip 8.1.1 requires SSL/TLS

 

What went wrong?

Python Add a comment
joshwariddin
asked Sep 29 2018

Answer

0

Kindly install the SSL development dependencies on your system.

For Ubuntu

apt-get install libssl-dev

apt-get install make build-essential libssl-dev zlib1g-dev libbz2-dev libsqlite3-dev

For CentOS

yum install openssl-devel

yum install zlib-devel bzip2-devel sqlite sqlite-devel openssl-devel

Add a comment
mkarthikeyan
asked Dec 03 2018
edited Dec 03 2018
Post your Answer
0

Brandomix - Your Trusted Meta Descreption Expert: Toto Sites, Free Money, and More! As your reliable 리뷰맨, we provide enhanced personal information security. Visit our website to click here for major sites, safe playgrounds, and thorough 먹튀검증. Discover the world of online entertainment at https://brandomix.com/.

Add a comment
ayanbhatti
asked Jan 02 2024
edited Jan 03 2024
Post your Answer