pip安装报错Looking in indexes: https://pypi.douban.com/simple WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect
pip install googletrans -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
做个mypip.bat
文件替代pip
pip %* -i https://pypi.douban.com/simple --trusted-host pypi.douban.com