就贼慢,几kb的速度,然后就报超时(read time out)
要把numpy更新到1.19.3 ,然后就用pip install numpy==1.19.3
然后就疯狂跑不动,疯狂报错,是我自己的网络问题嘛?
https://www.runoob.com/w3cnote/pip-cn-mirror.html
更改pip源,增加超时时间
pip install numpy==1.19.3 -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn --default-timeout=100
https://blog.csdn.net/qq_42466324/article/details/104594472 用这个大佬提供的方法,安装第三方库贼快