环境说明
win7,Anaconda3(python35),tensorflow(1.1)
具体安装步骤
anaconda安装
在官网下载后直接一路next
python35虚拟环境的设置
conda create -n tensorflow python=3.5
特别说明
TensorFlow only supports version 3.5.x of Python on Windows. Note that Python 3.5.x comes with the pip3 package manager, which is the program you’ll use to install TensorFlow.(tensorflow只支持python3.5)
tensorflow安装
pip install –ignore-installed –upgrade https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-1.1.0-cp35-cp35m-win_amd64.whl
检验是否安装成功
import tensorflow