透過 pip 安裝 Cryptography 時出現 Python 錯誤

透過 pip 安裝 Cryptography 時出現 Python 錯誤

我想安裝該cryptography軟體包,但是當我運行時pip install cryptography,出現很多錯誤。我嘗試在Google上尋找解決方案,但仍然沒有找到。

這是錯誤的螢幕截圖。

截圖1 截圖2 截圖3 截圖4

答案1

試試這個方法,

.whl從以下任意鏈接下載 python檔案。

Python 3.7 - Windows 32 位元

Python 3.7 - Windows 64 位元

然後運行,

pip install cryptography-xyz.whl

相關內容