已解决:pip安装第三方库pygal报错 Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._ve
ndor.urllib3.connection.HTTPSConnection object at 0x000001525C689CD0>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/pygal
问题描述:
使用pip命令安装第三方库:
pip install pygal
之后报错:
Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'Connec