亲测Tensorflow-cpu 1.x安装,Jupyter notebook可运行
建议用python=3.6装tensorflow=1.13.1
1. 创建环境
conda create -n tf_2.0 python=3.5.2
2. 进入环境
activate tf_2.0
3. 安装cpu版本的tensorflow
pip install --ignore-installed --upgrade tensorflow
4. 在jupyter notebook运行tensorflow
在当前环境下的命令提示符输入
conda install ipython
conda install jupyter
jupyter notebook