本文主要是介绍conda update anaconda卡住/卡死/时间慢/solving evironment不动,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
想更新下spyder,然后conda update anaconda就一直在solving environment那里不动了
solution:
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --set show_channel_urls yes
conda update anaconda
conda install spyder=5.2.2
这篇关于conda update anaconda卡住/卡死/时间慢/solving evironment不动的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!