tensorflow安装1.0.0版本

tensorflow安装1.0.0版本

官网地址:https://pypi.org/project/tensorflow/1.0.1/

查看:conda info --envs

要安装TensorFlow

1 创建虚拟环境

在cmd终端输入 conda create --name tensorflow python=3.5.2。其中3.5.2只是个版本号,自己可以选的

2 安装

pip install tensorflow==1.0.0

3 激活

输入activate TensorFlow

你可能感兴趣的:(笔记,python,tensorflow)