解决Linux安装python3.7后使用pip3出现pip is configured with locations that require TLS/SSL,或找不到ssl模块的问题
网上的方法方法一:因为缺少了openssl-devel这个东西或者./configure过程中缺少参数--with-ssl,所以需要去安装它centos安装命令:yuminstallopenssl-devel(但是centos系统好像是自带的openssl-devel)安装完成后重新执行:./configure--with-ssl--prefix=/usr/local/Python3(一定要有--