解决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大概是由于网速不稳定,下载过慢,超出默认时间。修改方法:windows下输入 pip --default-timeout=100 install 包名这里我使用的是pip --default-timeout=1000 in