我正在运行OSX Catalina。下载Anaconda之后,我遇到了downloading external packages
的麻烦。我在GUI和终端上都尝试过,但是该过程始终陷于“解决环境” 。
我知道创建一个新环境可以解决,但我宁愿解决此问题。
有什么想法吗?
答案 0 :(得分:0)
以下步骤可以解决此问题。
conda config --remove channels conda-forge
conda config --add channels conda-forge
如果它不起作用,请尝试
conda update conda
如果没有任何效果,请尝试查看此github solution,它适用于许多人。
答案 1 :(得分:0)
这为我解决了问题。虽然安装继续失败。
conda config --set priority_channel strict
答案 2 :(得分:0)
使用这个:
conda config --set channel_priority strict
注意是channel_priority而不是priority_channel
答案 3 :(得分:-1)
选择一个:
check out the link for more details
This is another answer for environment failure, but for windows OS
答案 4 :(得分:-1)
尝试安装 ANACONDA3 2019-3。 我遇到了类似的问题,但在安装上述版本的 anaconda 后,它们都得到了修复。