改报错是因为缺少openssl-devel(openssl的头文件)导致,安装后解决。
yum install openssl-devel
python3的pip安装报错pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
原文:https://www.cnblogs.com/MakeInstall/p/11027902.html