安装版本:python
Anaconda3.4 Windows 64bit (python 3.6.3)code
下载地址(清华镜像): https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/ip
TensorFlow安装:it
1. 开始菜单--Anaconda/Anaconda prompt,以管理员权限运行 2. conda install python=3.6.3 3. 激活TensorFlow :activate tensorflow (注意: 输入python --version,查看是否切换到python3.5 工做环境) 4. 安装tensorflow: pip install --upgrade tensorflow