anaconda / anaconda-project

Tool for encapsulating, running, and reproducing data science projects
https://anaconda-project.readthedocs.io/en/latest/
Other
217 stars 88 forks source link

Anaconda Navigator stuck on infinite loading #335

Closed Lord-Haji closed 3 years ago

Lord-Haji commented 3 years ago

I just installed anaconda today, even though everything is working out from the command line, the navigator seems to be stuck on loading infinitely and does'nt load anything up Navigator Glitch

Not sure what is wrong I am sort of willing to use the navigator, is there a way out of this?

Edit: Adding crashlog

Traceback (most recent call last):
  File "C:\Users\yudha\anaconda3\lib\site-packages\anaconda_navigator\widgets\main_window.py", line 1596, in launch_application
    self.launch_application_2(
  File "C:\Users\yudha\anaconda3\lib\site-packages\anaconda_navigator\widgets\main_window.py", line 1635, in launch_application_2
    process, id_ = launch(
  File "C:\Users\yudha\anaconda3\lib\site-packages\anaconda_navigator\utils\launch.py", line 327, in launch
    p = subprocess.Popen(args, **popen_dict).pid
  File "C:\Users\yudha\anaconda3\lib\subprocess.py", line 858, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "C:\Users\yudha\anaconda3\lib\subprocess.py", line 1311, in _execute_child
    hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
OSError: [WinError 577] Windows cannot verify the digital signature for this file. A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source
jbednar commented 3 years ago

anaconda-project is a command-line tool for capturing reproducible projects; it is not "anaconda" in general. This report would probably be suitable for https://github.com/ContinuumIO/anaconda-issues .