1. 程式人生 > 實用技巧 >WARNING: pip is configured with locations that require TLS/SSL

WARNING: pip is configured with locations that require TLS/SSL

WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.


在PyCharm安裝pygame失敗
在cmd輸入pip install pygame出現WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
在網上收集眾多資料,失敗了很多次,最後發現原因是沒有安裝openssl。

原因:沒有安裝openssl
解決方法:到https://slproweb.com/products/Win32OpenSSL.html上下載winopessl,下載第一個MSI安裝,之後再PyCharm上安裝pygame成功
在這裡插入圖片描述