tensorflow安装

1.安装Anaconda

①官网安装地址https://www.anaconda.com/distribution/

②一步一步安装Anaconda

③conda -V 或conda env list查看是否安装成功

2.创建tensorflow虚拟环境

conda create -n tensorflow python=3.5.0

3.**tensorflow环境

 activate tensorflow

tensorflow安装

ps:取消指令deactivate

4.安装Tensorflow包

 pip install tensorflow==1.14.0 -i https://mirrors.ustc.edu.cn/pypi/web/simple/

https为国内代理镜像

5.Eclipse配置

安装Pydev插件

配置python环境

tensorflow安装

注意选择的python.exe的位置为/envs/tensorflow