运行pip3 install --upgrade tensorflow时一直会报错
我看了看,报错落在timeout上
解决方法(用下面这句,用的清华镜像)
pip3 install --default-timeout=100 tensorflow -i https://pypi.tuna.tsinghua.edu.cn/simple
参考——
https://blog.csdn.net/weixin_43938599/article/details/115834709
标签:timeout,pip3,--,install,https,tensorflow,TensorFlow,安装 From: https://www.cnblogs.com/yansans/p/18143049