TensorFlow安装超时问题解决方法
1、tensorflow 已经编译好的wheel:
https://github.com/fo40225/tensorflow-windows-wheel (ZC:可以在 github里面搜索"tensorflow-windows-wheel",看别人的wheel)
ZC:我的复制到 gitee的网址为:https://gitee.com/zclxy/tensorflow-windows-wheel
1、tensorflow · PyPI.html(https://pypi.org/project/tensorflow/)
“tensorflow-1.1.0rc2-cp27” 的下载地址:https://pypi.org/project/tensorflow/1.1.0rc2/#files
ZC:没找到 历史版本的 whl文件的 列表 在哪里…
ZC:网上看到 下载的 whl文件 可以直接改后缀名,改成 zip或rar,然后解压
2、源码:
https://github.com/tensorflow/tensorflow/tags,这里 貌似 是下载 源码的历史版本的地方。
最近开始深度学习,安装 tensorflow 遇到了太多问题,主要是超时报错,人快要奔溃了,更换清华镜像啥的都不行,后来使用下面的命令搞定
(环境:win10,Anaconda下python版本为3.7)
python -m pip install tensorflow -ihttp://pypi.douban.com/simple --trusted-host pypi.douban.com
这里要说一句,tensorflow 已经开始支持python3.7了,大家不需要因为安装tensorflow而专门去安装低版本的Anaconda