Python Error 104, connection reset by peer
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have been having this error when trying to make web requests to various hosts. After debugging a bit I have found the solution is updating the requests[security] through pip. 回答1: Run sudo python3 -m pip install "requests[security]" or sudo python -m pip install "requests[security]" to fix this issue. 文章来源: Python Error 104, connection reset by peer