编译安装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

 

posted @ 2019-10-18 15:22  秒年度  阅读(2204)  评论(0编辑  收藏  举报