1.使用管理员权限运行 Anaconda Prompt
2.升级navigator,执行conda update anaconda-navigator
3.重置navigator,执行anaconda-navigator --reset
4.升级客户端,执行conda update anaconda-client
5.升级安装依赖包,执行conda update -f anaconda-client
此方法百度一搜一大推
如果此方法仍然不行
执行以下两个命令
6.conda install anaconda-navigator
7.anaconda-navigator
如果出现
ModuleNotFoundError: No module named 'PySide'
则执行8.pip install pyside2(执行conda install pyside2会报错)
之后再执行7.anaconda-navigator
如果出现
qt.qpa.plugin: Could not load the Qt platform plugin "windows" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
则进行以下操作9.
将如下文件
\Anaconda3\Lib\site-packages\PySide2\plugins\platforms\qminimal.dll
\Anaconda3\Lib\site-packages\PySide2\plugins\platforms\qoffscreen.dll
\Anaconda3\Lib\site-packages\PySide2\plugins\platforms\qwindows.dll
复制(或覆盖)到这个文件夹即可
\Anaconda3\Library\plugins\platforms\
最后再执行7命令则会出现图标,之后
关闭了软件,从菜单栏单击时可以打开
如果打开后只有图标之后图标消失,再打开出现
there is an instance of anaconda navigator alreay running
则进行进程中断
- 打开cmd
- 在cmd窗口输入命令语句:tasklist | findstr "pythonw",找到pythonw的PID,如:PID为 12712
- 在cmd窗口输入命令语句:tskill 12712 或者 taskkill /pid 12712 /f 结束进程
如果仍然不行即可卸载重新安装,当安装时如果遇到安装失败(缺乏大量的文件包)时需要删除c:/user/.conrc文件(或者C:\Users\Administrator下的.condarc)即可