You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: