

- #Anaconda navigator quit unexpectedly install
- #Anaconda navigator quit unexpectedly update
- #Anaconda navigator quit unexpectedly full
Now from the command line you should try doing:Ĭonda update conda conda update anaconda-navigator conda update spyder
#Anaconda navigator quit unexpectedly full
To resolve that, you'll need to refer to the command line "force update" strategy described below.Īlternatively you can create a fresh environment using the strategy above, but include in it the " anaconda" package so you'll have a full featured set of tools. If it now works, then you've established that the problem is with some mix-up in the main environment you're using.
#Anaconda navigator quit unexpectedly install
When the environment creation is complete, select the environment and install the package you're having trouble with:

The error text is: Traceback (most recent call last): File "/Users/ijstokes/anaconda/envs/spyder/lib/python3.6/site-packages/qtpy/_init_.py", line 148, in from PySide import _version_ as PYSIDE_VERSION # analysis:ignore ModuleNotFoundError: No module named 'PySide' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/ijstokes/anaconda/envs/spyder/bin/spyder", line 6, in sys.exit(()) File "/Users/ijstokes/anaconda/envs/spyder/lib/python3.6/site-packages/spyder/app/start.py", line 103, in main from spyder.app import mainwindow File "/Users/ijstokes/anaconda/envs/spyder/lib/python3.6/site-packages/spyder/app/mainwindow.py", line 49, in requirements.check_qt() File "/Users/ijstokes/anaconda/envs/spyder/lib/python3.6/site-packages/spyder/requirements.py", line 39, in check_qt import qtpy File "/Users/ijstokes/anaconda/envs/spyder/lib/python3.6/site-packages/qtpy/_init_.py", line 154, in raise PythonQtError('No Qt bindings could be found') qtpy.PythonQtError: No Qt bindings could be found I'm trying to use Anaconda Distribution to run some Python software, but I just get an error message when I try to start Jupyter, Spyder, or R Studio. Below is a question that was recently asked on StackOverflow and I decided it would be helpful to publish an answer explaining the various ways in which to troubleshoot a problem you may be having in Anaconda.
