harvimt / quamash

Implementation of the PEP 3156 event-loop (asyncio) api using the Qt Event-Loop
BSD 2-Clause "Simplified" License
264 stars 46 forks source link

the anaconda navigator dose not open #122

Open bluesky66 opened 4 years ago

bluesky66 commented 4 years ago

I tried a lot but I get the below error. I did many solutions but did not work. Thanks

below is the error:

(base) C:\Users\mohammze>anaconda-navigator Traceback (most recent call last): File "C:\Users\mohammze\Anaconda3\lib\site-packages\qtpy__init.py", line 204, 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 "C:\Users...\Anaconda3\Scripts\anaconda-navigator-script.py", line 6, in from anaconda_navigator.app.main import main File "C:\Users...\Anaconda3\lib\site-packages\anaconda_navigator\app\main.py", line 22, in from anaconda_navigator.utils.conda import is_conda_available File "C:\Users...\Anaconda3\lib\site-packages\anaconda_navigator\utils__init.py", line 15, in from qtpy.QtGui import QIcon File "C:\Users...\Anaconda3\lib\site-packages\qtpy\init__.py", line 210, in raise PythonQtError('No Qt bindings could be found') qtpy.PythonQtError: No Qt bindings could be found

sbourdeauducq commented 4 years ago

This is not a quamash issue, looks more like a conda issue.