問題:
安裝包出現(xiàn)
Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError

image.png
pip install pymysql -i url( 其他pip源)
國內(nèi)幾個pip源如下:
阿里云 http://mirrors.aliyun.com/pypi/simple/
中國科技大學(xué) https://pypi.mirrors.ustc.edu.cn/simple/
豆瓣(douban) http://pypi.douban.com/simple/
清華大學(xué) https://pypi.tuna.tsinghua.edu.cn/simple/
中國科學(xué)技術(shù)大學(xué) http://pypi.mirrors.ustc.edu.cn/simple/
例:安裝pymysql
pip install pymysql - i https://pypi.tuna.tsinghua.edu.cn/simple/
結(jié)果如下:

image.png