安装pytest出现 Retrying after connection broken by ‘ConnectTimeout. ‘Connection to pypi.org timed out.
·
如图所示:
原因:连接不上pytest官方源库
解决方式:连接国内的镜像源库,比如阿里源库
pip install pytest -i http://mirrors.aliyun.com/pypi/simple --trusted-host mirrors.aliyun.com
更多推荐


所有评论(0)