Trouble updating to Anaconda Navigator 1.10.0 (MacOS)(无法更新到 Anaconda Navigator 1.10.0 (MacOS))
问题描述
我的 Anaconda Navigator (v1.9.12) 一直提示我升级到 1.10.0.唯一的问题是,当我单击是"时在更新提示(应该关闭导航器并更新它)上,没有任何反应.
My Anaconda Navigator (v1.9.12) has been prompting me to upgrade to 1.10.0. Only problem is, when I click "yes" on the update prompt (which should close the navigator and update it), nothing happens.
没问题,我想.我跑了
conda 更新 anaconda-navigator
conda update anaconda-navigator
在终端中.无济于事(是的,我在线阅读了文档并事先运行了conda deactivate"),与
in the terminal. To no avail (and yes, I read the doc online and ran "conda deactivate" beforehand), same with
conda install anaconda-navigator=1.10
conda install anaconda-navigator=1.10
两者都运行了一段时间,但桌面导航器仍在旧版本上.需要注意的一件事:寻找不兼容的软件包 行花费的时间太长(几个小时没有显着进展),所以我 ctrl-c 退出了.但是我再次运行了这些命令,它们设法完成了运行.
Both ran for a while, but the desktop navigator is still on the old version. One thing to note: the Looking for incompatible packages line was taking way too long (hours with no notable progress), so I ctrl-c'ed out. But I ran these commands again they managed to finish running.
现在我没有想法了,有人知道我可以做些什么来完成更新吗?非常感谢!
Now I'm out of ideas, would anyone know what I can do to go through with the update? Thanks a lot!
推荐答案
我遇到了完全相同的问题(macOS 上的 Navigator 版本相同).我想我已经花了几个小时的所有可能的解决方案,但没有任何帮助.
I am having completely the same issue (same Navigator version on macOS). I think I have spent several hours of all possible solution and nothing helped.
唯一有效的解决方案是卸载并重新安装.环境设置保持不变,所以没有什么可失去的(但仍然是奇怪的想法)
The only solution that worked was to uninstall and install again. The environment setup remains the same so there is nothing to lose (but still it is strange thought)
我正在关注这个问题的答案:如何卸载Anaconda 完全来自 macOS
I was following the process from the answer from this question: How to uninstall Anaconda completely from macOS
这篇关于无法更新到 Anaconda Navigator 1.10.0 (MacOS)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:无法更新到 Anaconda Navigator 1.10.0 (MacOS)
基础教程推荐
- 用 Python 编写 Fortran 无格式文件 2022-01-01
- 由Python将MP3转换为MIDI(类型错误:无法加载插件:mtg-Melodia:Melodia) 2022-01-01
- 使用生成器和迭代器时 Python 多循环失败 2022-01-01
- Discord.py 缺少必需的参数 2022-01-01
- 将 x 轴刻度更改为自定义字符串 2022-01-01
- 与常规 dict 相比,Python manager.dict() 非常慢 2022-01-01
- numpy float:比算术运算中内置的慢 10 倍? 2022-01-01
- 尝试制作WhatsApp机器人 2022-01-01
- pyserial - 可以从线程 a 写入串行端口,是否阻塞从线程 b 读取? 2022-01-01
- 在 Celery 工作人员中捕获 Heroku SIGTERM 以优雅地关 2022-01-01
