一、安装 Tensorow 步骤
1、配置国内 pip 源
安装 Tensorow 时,需要从 Anaconda 仓库中下载,一般默认链接的
都是国外镜像地址,下载肯定很慢,这里我是用国内清华镜像,需
要改一下链接镜像的地址。这里,我们打开安装好的 Anaconda 中的
Anaconda Prompt,然后输入:
conda cong --add channels
https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
再接着输入:
conda cong --set show_channel_urls yes
这两行代码用来改成连接清华镜像的。
2、安装 Tensorow
在 Anaconda Prompt 中输入:
conda create -n tensorow python=3.6
遇到 y/n 输入 y 进行下一步,直到下图:
评论1
最新资源