ContinuumIO / anaconda-issues

Anaconda issue tracking
647 stars 220 forks source link

Navigator Error #7080

Closed keerthana151094 closed 6 years ago

keerthana151094 commented 6 years ago

Main error

An unexpected error occurred on Navigator start-up
psutil.AccessDenied (pid=2260)

Traceback

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

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Users\KAK12\AppData\Local\Continuum\Anaconda3\lib\site-packages\anaconda_navigator\exceptions.py", line 75, in exception_handler
    return_value = func(*args, **kwargs)
  File "C:\Users\KAK12\AppData\Local\Continuum\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\KAK12\AppData\Local\Continuum\Anaconda3\lib\site-packages\anaconda_navigator\utils\misc.py", line 384, in load_pid
    cmds = process.cmdline()
  File "C:\Users\KAK12\AppData\Local\Continuum\Anaconda3\lib\site-packages\psutil\__init__.py", line 701, in cmdline
    return self._proc.cmdline()
  File "C:\Users\KAK12\AppData\Local\Continuum\Anaconda3\lib\site-packages\psutil\_pswindows.py", line 623, in wrapper
    raise AccessDenied(self.pid, self._name)
psutil.AccessDenied: psutil.AccessDenied (pid=2260)

System information


python: 3.6.1
lan
goanpeca commented 6 years ago

See Issue #1984 for more information on how to fix this.


Closing as duplicate of #1984


Please remember to update to the latest version of Navigator to include the latest fixes.

Open a terminal (on Linux or Mac) or the Anaconda Command Prompt (on windows) and type:

$ conda update anaconda-navigator
$ conda update navigator-updater