pip下载报错:pip._vendor.urllib3.exceptions.SSLError: [SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decry

  • Post author:
  • Post category:其他



pip下载报错:


pip下载命令如下:

sudo pip3  install keras-bert  -i https://pypi.tuna.tsinghua.edu.cn/simple/


报错内容:



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/



版权声明:本文为xiaozhaoshigedasb原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。