pip下载报错:pip._vendor.urllib3.exceptions.SSLError: [SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decry
生活随笔
收集整理的這篇文章主要介紹了
pip下载报错:pip._vendor.urllib3.exceptions.SSLError: [SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decry
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
pip下載報錯:
pip下載命令如下:
報錯內容:
pip._vendor.urllib3.exceptions.SSLError: [SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or bad record mac (_ssl.c:2629)
解決思路:
默認超時時間15s,可加長超時時間,如100
解決:
sudo pip3 --default-timeout=100 install keras-bert -i https://pypi.tuna.tsinghua.edu.cn/simple/
總結
以上是生活随笔為你收集整理的pip下载报错:pip._vendor.urllib3.exceptions.SSLError: [SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decry的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Win32 IME 编程心得【转】
- 下一篇: Macbook M1 安装node(亲测