Use "conda info <package>" to see the dependencies for each package

电玩女神 2022-04-01 15:42 333阅读 0赞

我这里使用conda install tensorflow失败,出现上述问题

我这里主要是更换conda镜像数据源

1.查看当前镜像数据源列表

conda config —get channels

2.网络上面均有的清华镜像源(使用方式)

conda config —add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config —add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config —set show_channel_urls yes
3.还可以使用中科大(与第二步任选一)

conda config —add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/free/
conda config —set show_channel_urls yes

4.之后在使用命令安装

conda install tensorflow

发表评论

表情:
评论列表 (有 0 条评论,333人围观)

还没有评论,来说两句吧...

相关阅读