
In it you will find the Anaconda navigator (a graphical alternative to command line.


ANACONDA FOR MAC OS X MAC OS X
To correct the problem, used the "conda install" command to downgrade to specific versions of qt, pyqt and sip that were reported to work on Mac OS X 10.9.5. Anaconda provides you with more than 1,500 packages in its distribution. To diagnose the issue, I started it from the command-line, and encountered the following error:įile "/anaconda3/lib/python3.7/site-packages/qtpy/_init_.py", line 199, in įrom PySide import _version_ as PYSIDE_VERSION # analysis:ignoreModuleNotFoundError: No module named 'PySide'During handling of the above exception, another exception occurred:Traceback (most recent call last): File "./anaconda-navigator", line 7, in from anaconda_ import main File "/anaconda3/lib/python3.7/site-packages/anaconda_navigator/app/main.py", line 22, in from anaconda_ import is_conda_available File "/anaconda3/lib/python3.7/site-packages/anaconda_navigator/utils/_init_.py", line 15, in from qtpy.QtGui import QIcon File "/anaconda3/lib/python3.7/site-packages/qtpy/_init_.py", line 205, in raise PythonQtError('No Qt bindings could be found')qtpy.PythonQtError: No Qt bindings could be foundĪfter doing research, it appeared the problem was caused by an incompatibility between the qt and pyqt packages and the older release of the Mac OS X OS. Answers 1 : For macOS 10.5 and macOS 10.6, use the command line installers for Anaconda mRahman Answers 2 : If there is no info about which version of. The Anaconda distribution is an open source Python distribution that includes an extensive Python package manager.

After installation of Anaconda on Mac OS X 10.9.5, the Anaconda application failed to launch.
