错误:requests.exceptions.SSLError: None: Max retries exceeded with url:

版权声明:版权声明:本文为博主原创文章,转载请注明网址,谢谢 https://blog.csdn.net/Chenftli/article/details/90211914
  • 报错

requests.exceptions.SSLError: None: Max retries >exceeded with url

  • 解决

安装更新的pyopenssl

pip install -U pyopenssl

猜你喜欢

转载自blog.csdn.net/Chenftli/article/details/90211914