简体   繁体   English

Anaconda-是否使用通道conda-forge破坏了整个环境?

[英]Anaconda - is using channel conda-forge screwing up the whole environment?

I've been having some issues recently using the navigator as well as Conda for installing/updating modules. 我最近在使用导航器和Conda安装/更新模块时遇到了一些问题。 Researching around a bit has suggested that adding/removing channels solves certain issues. 一些研究表明,添加/删除渠道可以解决某些问题。 For example, running ipython from the terminal gave me an error of missing modules for beakerx . 例如,从终端运行ipython会给我一个错误,提示我缺少beakerx模块。 So I decided to install it since its also requred by JupyterLab. 所以我决定安装它,因为JupyterLab也要求它。 However, a simple conda install beakerx wouldn't work with the anaconda-fusion channel that comes as default primary. 但是,简单的conda install beakerx不能与作为默认主要组件的anaconda-fusion通道一起使用。

I found out that conda-forge is the go-to channel so I thought I might add it from the terminal. 我发现conda-forgeconda-forge渠道,所以我想我可以从终端添加它。 Now, when I launch the navigator, it kind of messes up the home screen, like so: 现在,当我启动导航器时,它会弄乱主屏幕,如下所示:

图片_1

Whereas restarting the navigator after setting anaconda-fusion as the default channel, the home screen looked more normal: anaconda-fusion设置为默认通道后重新启动导航器,而主屏幕看起来更正常:

图片_2

Also notice the first image has Orange 3 and Glue as being shown as outdated, whereas in the second image, no such updates are shown. 还要注意,第一张图像显示为过时的Orange 3Glue ,而在第二张图像中,未显示此类更新。 Is there a way I could clean up the mess conda-forge creates since I would prefer using that instead of anaconda-fusion ? 有什么方法可以清理conda-forge造成的混乱,因为我更喜欢使用那而不是anaconda-fusion

Never mind lack of answers to my question. 没关系,我的问题缺乏答案。 I changed back the channel to the default anaconda-fusion and updated some libraries that were instead not showing up on the environments tab. 我将频道改回默认的anaconda-fusion并更新了一些库,这些库未显示在“环境”选项卡上。 Removed conda-forge to bring back normal startup. 删除了conda-forge以恢复正常启动。 While updating certain libraries, conda-forge is automatically selected as a higher priority channel. 在更新某些库时, conda-forge被自动选择为更高优先级的通道。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用 conda-forge 而不是 anaconda 通道安装“conda update --all”? - How to get "conda update --all" to install using conda-forge instead of anaconda channel? 如何从 Anaconda 更新/删除 conda-forge 频道? - How update/remove conda-forge channel from Anaconda? 使用 conda-forge 作为 Anaconda 的默认通道在 Mac Pro M1 上安装软件包 - Using conda-forge as default channel with Anaconda to install packages on Mac Pro M1 conda install --channel conda-forge pymatgen - conda install --channel conda-forge pymatgen 如何完全清除和禁用 Anaconda 中的默认通道并切换到 conda-forge? - How do I completely purge and disable the default channel in Anaconda and switch to conda-forge? 什么是完整的conda-forge频道网址? - What is the full conda-forge channel url? 在阻止 Amazon 云的企业防火墙后面使用 Anaconda 和 conda-forge - Using Anaconda with conda-forge behind a corporate firewall blocking Amazon cloud 为什么使用 conda-forge 时 anaconda install 返回不同的结果? - Why did anaconda install return different results when using conda-forge? 使用conda-forge强制升级软件包时有破坏anaconda python的风险吗? - Any risk of breaking anaconda python when force upgrading packages using conda-forge? 使用诗歌从 conda-forge(例如 cartopy)安装预构建包,而不依赖 conda(仅使用通道) - Install prebuilt packages from conda-forge (e.g. cartopy) using poetry without relying on conda (using only the channel)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM