anaconda - 不同conda channel 的解释

标签 anaconda conda channels miniconda

有哪些主要的 conda channel ,它们的重点是什么?我似乎找不到任何关于可用的主要 channel 以及何时选择另一个 channel 的文档。与“默认” channel 有什么关系?如何决定将它们放入什么顺序?一般来说,我使用

  • anaconda
  • conda_forge
  • r
  • bioconda
  • defaults

  • 但是我遇到了环境破坏的一些问题。

    最佳答案

  • python
  • conda-forge
  • r
  • bioconda

  • 这些都是可以安装软件包的 channel 。它们并不比默认 channel 更特别。您甚至可以在 Anaconda Cloud 上创建自己的 channel 来托管软件包。

    What are the major conda channels, and what are their focuses? I can't seem to find any documentation on what major channels are available and when to choose one over the other.



    是否有任何要安装的特定 conda 软件包在默认 channel 上不可用。然后,您可以搜索该软件包并查看托管它的 channel ,并同样添加该 channel 以安装该软件包。否则真的没有必要添加其他 channel 。

    How does one decide what order to put them in?



    The bioconda channel is a Conda channel providing bioinformatics related packages for Linux and Mac OS. .因此,如果您需要使用生物信息学软件包,那么您可以将其排名更高。至于其他 channel 如conda-forge它与托管软件包的其他数千个 channel 中的任何一个都没有什么特别之处。如果您经常下载托管在 conda-forge 上的软件包但不是在 defaults那么你可以给它更高的优先级。否则甚至可能不需要 conda-forge channel 。

    关于anaconda - 不同conda channel 的解释,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42309333/

    相关文章:

    python - 在 PyCharm 项目中使用两个解释器

    Go同步和并发模型

    go - 带 channel 的 WaitGroup

    python - 为所有用户安装 Anaconda 并访问 python

    anaconda - 无法在 Jupyter Notebook 上安装 fastai

    python - Visual Studio Code 终端不激活 Conda 环境

    go - 在 Go 中阅读直到 channel 结束

    python - Anaconda,更新Pytorch到最新版本1.5

    python - Spyder ipython 控制台 'Home' 选项卡或 'Ctrl+A' 无法正常工作

    python - 在维护 Pip 安装的同时安全卸载 Anaconda