原文:python3.7.2 pip 出现locations that require TLS/SSL异常处理方法

centos 安装python . . 后,运行 会报错 解决方法: 在. configure过程中,如果没有加上 with ssl参数时,默认安装的软件涉及到ssl的功能不可用,刚好pip 过程需要ssl模块,而由于没有指定,所以该功能不可用。 查看openssl安装包,发现缺少openssl devel包 yum安装openssl devel 查看安装结果 重新对python . . 进行编 ...

2019-02-17 11:04 0 2519 推荐指数:

查看详情

pip is configured with locations that require TLS/SSL问题

linux 6 安装python3.7后,使用pip命令出现问题,提示找不到ssl模块,出现错误如下 # pip listPackage Version---------- -------pip 10.0.1 setuptools 39.0.1 pip is configured ...

Wed Dec 18 05:34:00 CST 2019 0 1183
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM