网站开发市场,网页设计流程25,凡科建站后台登录,网站专题策划写在前面 ① 在debian 8上升级了Python 3.8.5 ② 升级了openssl 1.1.1 问题描述 在运行pip命令时提示如下错误 pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.尝试了大神推荐的用如下方法重新编译安装python,发…写在前面 ① 在debian 8上升级了Python 3.8.5 ② 升级了openssl 1.1.1 问题描述 在运行pip命令时提示如下错误 pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.尝试了大神推荐的用如下方法重新编译安装python,发现并不能解决我碰到的问题 span class="hljs-meta"$ /spanspan class="language-bash"./configure --prefix=/usr/local/python3.8.5 --with-ssl/spanprefix 选项用来指定python的安装路径 解决过程
下载openssl 1.1.1并安装
debian上是装了openssl的,但版本是 1.0.2,这里想升级下 备份老版本(若未安装可跳过) span class="hljs-meta"$ /spanspan class="language-bash"span class="hljs-built_in"which/span openssl