用pip安装numpy库时,出现以下报错
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by ……
解决方法:
python -m pip install numpy -i https://pypi.doubanio.com/simple/
成功!!
用pip安装numpy库时,出现以下报错
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by ……
解决方法:
python -m pip install numpy -i https://pypi.doubanio.com/simple/
成功!!