使用pip安装第三方库的时候显示
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None))
这是由于连接不上国外的镜像库,换成国内的源就行。
使用pip安装第三方库的时候显示
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None))
这是由于连接不上国外的镜像库,换成国内的源就行。