编译安装python3.6之后,使用pip3命令安装第三方库效果如图所示: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available 经过百度搜索,结果不尽如人意,都是说缺少ssl库导致的,结果安装后也未能解决该问题. 只好依靠自己了.通过./configure --help查询相关的安装选项,发现一个选项:--enable-shared dis…