admin 管理员组文章数量: 1086019
Conda apparently is trying to use the defaults
channel when I run
conda update conda
The output is:
Channels:
- conda-fe
- bioconda
- nodefaults
- defaults
Platform: osx-arm64
I then interrupt the command using control+c, because I do not want to use the defaults
channel.
My ~/.condarc
file is:
channels:
- conda-fe
- bioconda
- nodefaults
auto_activate_base: false
See also:
These related posts did not solve my issue:
- How do I completely purge and disable the default channel in Anaconda and switch to conda-fe?
- Forbid usage of defaults channel in Conda
本文标签: pythonPrevent conda from using the defaults channel in conda update condaStack Overflow
版权声明:本文标题:python - Prevent conda from using the defaults channel in `conda update conda` - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://roclinux.cn/p/1744029595a2521254.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论