requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(54, 'Connection reset by peer'))
在网上查了一下 有人说是关于 OS X 自带的 openssl 版本太旧的关系 于是用 homebrew 去更新 openssl 结果在 link 的时候又爆出了错误 Linking keg-only openssl means you may end up linking against the insecure, deprecated system OpenSSL while using the headers from Homebrew's openssl. Instead, pass the full include/library paths to your compiler e.g.: -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib