环境查看 修改源文件 /etc/apt/sources.list 备份配置文件后把文件内容替换如下 deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse deb-src http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse deb http://mirrors.aliyun.com/ubun…
编译安装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…