Skip to content Skip to sidebar Skip to footer

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 adva

Solution 1:

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

Post a Comment for "Anaconda Is Not Responding"