1.准备工作
首先确认你的Windows是64位的Windows 7/8/10,其他版本的Windows不建议使用。
2.安装环境
1.TensorFlow环境
这里介绍通过pip安装TensorFlow的方式
1.下载whl离线安装文件,下载地址:
https://mirrors.tuna.tsinghua.edu.cn/tensorflow
2.这里我们选择Windows的0.9.0版本,CPU版本安装更加简单,所以选择CPU版本
下载地址:
https://mirrors.tuna.tsinghua.edu.cn/tensorflow/windows/cpu/tensorflow-1.3.0rc0-cp36-cp36m-win_amd64.whl
下载之后,进入此文件的目录,打来命令行执行:
pip install tensorflow-1.3.0rc0-cp36-cp36m-win_amd64.whl
执行到最后报错:
进入python包下找到这个文件并删除,如下图所示: