1.conda设置国内源,放慢下载速度,不然速度会十分慢
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/conda config --set show_channel_urls yes
2.创立python3.6版本的虚拟环境
conda create -n tf114 python=3.6
3.进入tf114环境
conda activate tf114
4.用conda装置tensorflow
conda install tensorflow=1.14.0
5.参考文献
通过Anaconda3装置Tensorflow 1.15.0 记录
6.总结
过程十分快,大略10-20分钟。
我的conda版本是4.12.0