當前位置:
首頁 >
python3 使用 pi3 安装软件时候,报错找不到 SSL 附解决方法
發布時間:2025/3/15
35
豆豆
生活随笔
收集整理的這篇文章主要介紹了
python3 使用 pi3 安装软件时候,报错找不到 SSL 附解决方法
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
問題形容
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.Could not fetch URL https:*******: There was a problem confirming the ssl certificate: Can't connect to HTTPS URL because the SSL module is not available. - skipping解決思路
在python3的安裝路徑中找到openssl的安裝路徑,像博主的python3是用anaconda安裝的,openssl的安裝路徑是E:\Anaconda3\pkgs\openssl-1.1.1a-he774522_0\Library\bin。然后將這個路徑加入到環境變量中的path值當中,并移到最前。問題解決!
總結
以上是生活随笔為你收集整理的python3 使用 pi3 安装软件时候,报错找不到 SSL 附解决方法的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 区块链企业级解决方案 ( Hyperle
- 下一篇: Anacoda 的 Python 包管理