Jimmy Koga
Jimmy Koga

Reputation: 25

Anaconda is not responding

I am not able to open up Anaconda Navigator after updating all the packages. When I click Anaconda I get nothing. It is neither responding or giving me an error.

Thank you in advance.

Anaconda or Miniconda version: conda 4.5.12

Operating System: MacOs Mojave Version 10.14.2

conda info

Upvotes: 0

Views: 7511

Answers (1)

Prayson W. Daniel
Prayson W. Daniel

Reputation: 15568

Try update Navigator:

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

If that does not work, you can reset then update

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

If nothing help, you can revert to restore root environment to its state after first installation

$ conda install --rev 1

Upvotes: 5

Related Questions