0

enter image description here

enter image description here

I have installed anaconda3 on my laptop but every time I try to launch anaconda navigator from windows start menu or anaconda prompt or even command prompt, anaconda navigator would show initializing and then immediately stops. I have attached some pictures of it for reference. I have tried running lots of commands in command prompt and anaconda prompt searching from the internet in order to fix this issue but none of them worked, I used commands like conda update conda, conda update anaconda-navigator, conda update navigator-updater, conda update --all, conda remove anaconda-navigator and then conda install anaconda-navigator, anaconda-navigator --reset and tried launching anaconda-navigator again and many more searching from the internet.

Any help is really appreciated anything if that worked for you might work for me as well so please help me. I'm stuck in my projects.

Thank you Deepankar Pradhan

Lamanus
  • 12,898
  • 4
  • 21
  • 47

1 Answers1

0

You may try one of the following:

  1. Delete the .condarc file in the users folder and restart Navigator.

  2. Delete the .continuum file and restart Navigator.

  3. On conda prompt:

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

    Restart Navigator

Jeremy Caney
  • 7,102
  • 69
  • 48
  • 77
Baris
  • 3
  • 3