Python 中缺少 ssl 模組的 pip TLS/SSL 問題
在 Python 3.6 中嘗試使用 pip安裝模組時,您可能會遇到以下錯誤:
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available
Windows 解決方案10
要在Windows 10 上解決此問題並在標準命令提示符號中啟用pip 使用,需要更新三個環境路徑。通常,僅新增 D:Anaconda3Scripts 路徑,但應包含以下三個路徑:
以上是為什麼 pip 失敗並出現'缺少 ssl 模組”錯誤以及如何在 Windows 10 上修復它?的詳細內容。更多資訊請關注PHP中文網其他相關文章!