Discussion:
[conda] Navigator Start Error after computer hard-shutoff in middle of running
Krista Perks
2018-03-29 15:05:55 UTC
Permalink
My computer lost power when I was in the middle of working in Spyder with
Anaconda Navigator open and running.
When my computer came back on Anaconda Navigator would not launch (a blank
cmd window pops up briefly but then I get a pop-up window with the text
below).
I already tried uninstalling and re-installing and still get these errors:
(Jupyter Notebook in start-up menu does work)

Traceback (most recent call last):
File "C:\Users\kperks\Anaconda3\lib\site-packages\psutil\_pswindows.py",
line 635, in wrapper
return fun(self, *args, **kwargs)
File "C:\Users\kperks\Anaconda3\lib\site-packages\psutil\_pswindows.py",
line 705, 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\kperks\Anaconda3\lib\site-packages\anaconda_navigator\exceptions.py",
line 75, in exception_handler
return_value = func(*args, **kwargs)
File
"C:\Users\kperks\Anaconda3\lib\site-packages\anaconda_navigator\app\start.py",
line 113, in start_app
if misc.load_pid() is None: # A stale lock might be around
File
"C:\Users\kperks\Anaconda3\lib\site-packages\anaconda_navigator\utils\misc.py",
line 384, in load_pid
cmds = process.cmdline()
File "C:\Users\kperks\Anaconda3\lib\site-packages\psutil\__init__.py", line
666, in cmdline
return self._proc.cmdline()
File "C:\Users\kperks\Anaconda3\lib\site-packages\psutil\_pswindows.py",
line 638, in wrapper
raise AccessDenied(self.pid, self._name)
psutil._exceptions.AccessDenied: psutil.AccessDenied (pid=1888)



Does anyone know what I need to fix and how?

Thank you so much!
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/f9557378-e41f-4013-a0e1-c958a2b1ce1d%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Loading...