Open Priyam2323 opened 4 years ago
found a solution?
found a solution?
No Sir.
(1) I encounter exactly the same problem as you did on my NB(Win10 & Anaconda 2020.07) today. After googling, somehow I managed to solve it, but I got to launch Jupyter and Spyder in Anaconda Navigator from now on. Well, it's better than never launching Jupyter and Spyder.
(2) Launch the Anaconda Prompt as a system administrator, then enter the following line in order:
conda update conda
conda update --all
conda remove QtPy PyQt5
pip install QtPy PyQt5
ERROR: spyder 4.1.4 requires pyqtwebengine<5.13; python_version >= "3", which is not installed. ERROR: spyder 4.1.4 has requirement pyqt5<5.13; python_version >= "3", but you'll have pyqt5 5.15.1 which is incompatible. The errors above are just warnings and won't stop the process.
conda update anaconda-navigator
anaconda-navigator --reset
conda update anaconda-client
conda update -f anaconda-client
I get the exact same same error on the first post when I try to
anaconda-navigator --reset
Actual Behavior
(base) C:\Users\Akash>anaconda-navigator
Traceback (most recent call last): File "C:\Users\Akash\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\Akash\anaconda3\Scripts\anaconda-navigator-script.py", line 6, in
from anaconda_navigator.app.main import main
File "C:\Users\Akash\anaconda3\lib\site-packages\anaconda_navigator\app\main.py", line 22, in
from anaconda_navigator.utils.conda import is_conda_available
File "C:\Users\Akash\anaconda3\lib\site-packages\anaconda_navigator\utils__init.py", line 15, in
from qtpy.QtGui import QIcon
File "C:\Users\Akash\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
Expected Behavior
Anaconda Navigator should open up ### Steps to ReproduceAnaconda or Miniconda version:
anaconda 2020.07 py38_0 anaconda-client 1.7.2 py38_0 anaconda-navigator 1.9.12 py38_0
Operating System:
Windows 10
conda info
conda list --show-channel-urls