1问题背景:
1、腾讯云服务器自带python版本为 2.7.5,现更新为3.6.5出现 pip3 install pandas 报如下错误:
" pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. ..."
首先安装 yum 安装openssl,和openssl-dev,此时可能yum无法使用,这是参考上篇博文。
然后可以参考此篇文章https://www.cnblogs.com/mlgjb/p/7976561.html
在升级python3,pip命令无法使用,改名为pip3;此时pip3升级命令为 pip3 install -U pip