编译安装Python出现“pip is configured with locations that require TLS/SSL, however the ssl.....”

ubuntu:

sudo apt-get install libssl-dev

Cenos:

sudo yum install openssl-devel

重新编译:

./configure --enable-optimizations
make && make install

猜你喜欢

转载自www.cnblogs.com/steinven/p/11698498.html