requests.exceptions.ConnectionError: ('Connection aborted.', error(54, 'Connection reset by peer'))

一个python的爬虫,爬取图片,出现以下报错:
requests.exceptions.ConnectionError: (‘Connection aborted.’, error(54, ‘Connection reset by peer’))

不是大问题,可能因为访问过于频繁,通过忽略可以解决,参考此网址
http://www.it1352.com/743865.html

有说原因:Mac openssl 版本过低,链接如下
https://blog.csdn.net/u010801696/article/details/81570893
这个方法正在尝试,还不知结果,前一种方法确认可行,不深究完全可以

你可能感兴趣的:(requests.exceptions.ConnectionError: ('Connection aborted.', error(54, 'Connection reset by peer')))