python中安装包出现Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None))…………
安装源出现问题了,可以使用国内豆瓣的源处理
问题:
安装包出现Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError
解决办法:
pip install selectivesearch -i http://pypi.douban.com/simple --trusted-host pypi.douban.com