Anaconda:导航器启动时发生意外错误

标签 anaconda

我已经安装了 Anaconda,我已经成功启动它,然后使用 R 或 python,今天我无法再启动它并收到此错误(当我在管理员模式下运行该软件时,我收到相同的错误)

An unexpected error ocurred on Navigator start-up
psutil.AccesDenied(pid=5740)

Traceback (most recent call last):
File "C:\Users\user\Anaconda3\lib\site-packages\psutil\_pswindows.py", line 620, in wrapper
return fun(self, *args, **kwargs)
File "C:\Users\user\Anaconda3\lib\site-packages\psutil\_pswindows.py", line 690, in cmdline
ret = cext.proc_cmdline(self.pid)
PermissionError: [WinError 5] Access Denied

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\user\Anaconda3\lib\site-packages\anaconda_navigator\exceptions.py", line 75, in exception_handler
return_value = func(*args, **kwargs)
File "C:\Users\user\Anaconda3\lib\site-packages\anaconda_navigator\app\start.py", line 108, in start_app
if misc.load_pid() is None: # A stale lock might be around
File "C:\Users\user\Anaconda3\lib\site-packages\anaconda_navigator\utils\misc.py", line 384, in load_pid
cmds = process.cmdline()
File "C:\Users\user\Anaconda3\lib\site-packages\psutil\__init__.py", line 701, in cmdline
return self._proc.cmdline()
File "C:\Users\user\Anaconda3\lib\site-packages\psutil\_pswindows.py", line 623, in wrapper
raise AccessDenied(self.pid, self._name)
psutil.AccessDenied: psutil.AccessDenied (pid=5740) 

最佳答案

我遵循以下建议: https://github.com/ContinuumIO/anaconda-issues/issues/6006 , https://github.com/ContinuumIO/anaconda-issues/issues/1984

这些命令帮助了我:

conda update anaconda-navigator
conda update navigator-updater
anaconda-navigator --reset

关于Anaconda:导航器启动时发生意外错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46329455/

相关文章:

python - 在 Linux 中使用 python 正则表达式未检测到表情符号

python-3.x - Anaconda Prompt 找到库,cmd -> Python 没有。 Python 只安装了 Anaconda 包,没有别的

python - 在 Anaconda Python 中缺少 socket.AF_BLUETOOTH?

python - 导出 conda 环境时出现 AttributeError

python - 无法在 anaconda tenserenv 中运行 convolutional.py

Python 虚拟环境困惑

keras - 导入错误: cannot import name '_obtain_input_shape'

python - 导入错误 : No module named tensorflow in Spyder

python 2.7.6 : "No module named etree.ElementTree" when using pip install

python - 在 centos 7 上的 anaconda python 中安装 rpm 和 yum