pip WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7d0eb25e3b80>: Failed to establish a new connection: [Errno 101] Network is unreachable')': /simple/matplotlib/
-i 国内镜像地址
pip install XXX -i https://pypi.tuna.tsinghua.edu.cn/simple
即可