pip提示SSL module is not available
侧边栏壁纸
  • 累计撰写 32 篇文章
  • 累计收到 0 条评论

pip提示SSL module is not available

admin
2023-12-17 / 0 评论 / 37 阅读 / 正在检测是否收录...

这个问题是安装python时出错,没有正常的安装ssl模块

可以使用python3 -c "import ssl; print(ssl.OPENSSL_VERSION)" 检查

解决方案:./configure --prefix=/usr/local/python3 --with-openssl=<openssl路径>

openssl路径一般为/usr/local/openssl

./configure --prefix=/usr/local/python3 --with-openssl=/usr/local/openssl
0

评论

博主关闭了所有页面的评论