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
相关文章
暂无评论...