problems updating packages in anaconda navigator

怎甘沉沦 提交于 2020-06-29 04:27:10

问题


I cannot update packages in anaconda navigator.

Procedure: 1. Update index 2. mark packages, that I want to update 3. click apply

After a while the window remains empty and nothing happens (see figure).

I already deleted anaconda completely from my computer and installed it again. The problem remains.

I tried to update packages from the command line: conda update --all and it seem to work.

But when I checked my anaconda navigator for updatable packages, it shows me

194 updatable packages in the base(root) environment and 40 updatable packages in the anaconda3 environment. By the way...what is the difference between these two environments? Thanks for help!


回答1:


you need update anaconda-navigator with

conda update anaconda-navigator

anaconda docs. https://docs.anaconda.com/anaconda/navigator/update-navigator/



来源:https://stackoverflow.com/questions/61109471/problems-updating-packages-in-anaconda-navigator

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!