centos7 python3中pip3安装模块出错,找不到SSL

19-02-01 00:06 86  

``` 报错代码 Could not fetch URL https://pypi.python.org/simple/pip/: There was a problem confirming the ssl certificate: Can't connect to HTTPS URL because the SSL module is not available. - skipping ------------------------------------------------------------------------ 解决方法: yum安装openssl-devel cd Python-3.6.2 ./configure --with-ssl make && make install ```