Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The application "Navigator" can't be opened

Tags:

anaconda

When I click on the navigator it says, The application "Navigator" can't be opened How can I fix this? It was completely fine few days ago and now I am trying to open it again and it says this suddenly. I tried updating it but still no result.
I am using Mac book OS Sierra version 10.12.3.

I tried updating the anaconda and navigator still not working

conda update anaconda
conda update anaconda-navigator

command line : anaconda-navigator gives

Traceback (most recent call last):
  File "//anaconda/bin/anaconda-navigator", line 4, in <module>
    import anaconda_navigator.app.main
  File "//anaconda/lib/python2.7/site-packages/anaconda_navigator/app/main.py", line 16, in <module>
    from qtpy.QtCore import QCoreApplication, QEvent, QObject, Qt
  File "//anaconda/lib/python2.7/site-packages/qtpy/__init__.py", line 129, in <module>
    raise PythonQtError('No Qt bindings could be found')
qtpy.PythonQtError: No Qt bindings could be found
like image 262
kada Avatar asked Apr 18 '17 13:04

kada


People also ask

Why my Anaconda Navigator is not opening?

This is often the result of a corrupted . condarc file. To resolve, delete the . condarc file and restart Navigator.

What do you do if your Anaconda Navigator wont open on Mac?

Close Anaconda Navigator. Uninstall (if necessary) and reinstall VS Code. On macOS, make sure the VS Code application is moved from your Downloads folder to your Applications folder. Re-open Anaconda Navigator.

How do I open Anaconda navigator on Mac?

Mac: You'll find Anaconda Navigator in Launchpad (and also in the Applications folder). Drag it to the Dock if you want to have it readily available. Windows: You'll find Anaconda Navigator in the Start menu. Linux: Open a terminal window and run the command anaconda-navigator .


1 Answers

Have you tried launching from the command line? You can simply type:

anaconda-navigator

If you continue to have issues opening it this will at least provide a more descriptive traceback.

like image 131
ally-e Avatar answered Sep 16 '22 17:09

ally-e