ubuntu:
sudo apt-get install libssl-dev
Cenos:
sudo yum install openssl-devel
重新编译:
./configure --enable-optimizations
make && make install
编译安装Python出现“pip is configured with locations that require TLS/SSL, however the ssl.....”
原文:https://www.cnblogs.com/steinven/p/11698498.html