我是靠谱客的博主 烂漫抽屉,最近开发中收集的这篇文章主要介绍解决socket.timeout:The read operation timed out,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

windows下在使用清华源超时pip install -U tensorflow-gpu -i https://pypi.tuna.tsinghua.edu.cn/simple。遇到了问题:socket.timeout:The read operation timed out
在这里插入图片描述

大概是由于网速不稳定,下载过慢,超出默认时间。
修改输入 pip --default-timeout=100 install 包名
这里我使用的是pip --default-timeout=1000 install -U tensorflow-gpu -i https://pypi.tuna.tsinghua.edu.cn/simple

最后

以上就是烂漫抽屉为你收集整理的解决socket.timeout:The read operation timed out的全部内容,希望文章能够帮你解决解决socket.timeout:The read operation timed out所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(37)

评论列表共有 0 条评论

立即
投稿
返回
顶部