The following packages will be SUPERCEDED by a higher-priority channel是什么意思?
2021-03-21 11:24
标签:gas main 优先级 inf overflow com http 设置 这一 参考资料: https://stackoverflow.com/questions/42015732/the-following-packages-will-be-superceded-by-a-higher-priority-channel 在使用conda安装或者更新包的时候,经常会出现这样的提示:The following packages will be SUPERCEDED by a higher-priority channel 字面意思就是 下面的包将会被一个更高优先级的频道(中的包)取代。那么到底这句话的含义是什么呢?从文首的stackoverflow链接找到了相关问题,下面是自己的理解。 首先,channel(频道)这个词在conda里就相当于我们所熟知的软件源,一个软件会在世界各地分发软件源和镜像。我们可以在conda中设置一系列源,这些源的的优先级是从上到下的。如图所示,conda info命令可唤出 我在终端中运行conda update tensorflow,package plan中出现了下面这一行: OK,在频道中查找,/anaconda/pkgs/main/osx-64的优先级是不是比anaconda/pkgs/main/noarch高?是的,好的,conda将会用/anaconda/pkgs/main/osx-64中的gast代替原先已经安装的,来自anaconda/pkgs/main/noarch的gast。 The following packages will be SUPERCEDED by a higher-priority channel是什么意思? 标签:gas main 优先级 inf overflow com http 设置 这一 原文地址:https://www.cnblogs.com/chester-cs/p/11824985.html
上一篇:C# if-else 语句
下一篇:C# if语句
文章标题:The following packages will be SUPERCEDED by a higher-priority channel是什么意思?
文章链接:http://soscw.com/index.php/essay/67149.html