`conda update --all` not updating Spyder

假装没事ソ 提交于 2019-12-05 08:11:57

Have you tried just updating spyder?

conda update spyder

Try

conda update -n base conda

Here base is my current environment

I had some similar behavior (on Linux) with conda, there it helped to be more specific:

conda update spyder=3.2.6  

"NOTE: Conda updates to the highest version in its series, so Python 2.7 updates to the highest available in the 2.x series and 3.6 updates to the highest available in the 3.x series." documentation conda

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