原文: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