Open zmey2k opened 5 years ago
when I type spyder in the anaconda prompt it gives me this
Traceback (most recent call last):
File "C:\Users\zmey2\Anaconda3\lib\site-packages\qtpy\__init__.py", line 202, in <module>
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\zmey2\Anaconda3\Scripts\spyder-script.py", line 10, in <module>
sys.exit(main())
File "C:\Users\zmey2\AppData\Roaming\Python\Python37\site-packages\spyder\app\start.py", line 178, in main
from spyder.app import mainwindow
File "C:\Users\zmey2\AppData\Roaming\Python\Python37\site-packages\spyder\app\mainwindow.py", line 48, in <module>
requirements.check_qt()
File "C:\Users\zmey2\AppData\Roaming\Python\Python37\site-packages\spyder\requirements.py", line 41, in check_qt
import qtpy
File "C:\Users\zmey2\Anaconda3\lib\site-packages\qtpy\__init__.py", line 208, in <module>
raise PythonQtError('No Qt bindings could be found')
qtpy.PythonQtError: No Qt bindings could be found
ok it worked, I've read yesterday somewhere on Github that the Pyside does not work with 3.7 python, so installed conda version 4.7.5 and then I installed python version 3.6.5. Spyder and navigator are working now
Actual Behavior
After I updated all the anaconda services the Navigator and Spyder wont start. I launch them from the Start menu, the wheel at the mouse pointer like something happens appears for 1-2 seconds but it disappears and nothing happening. Anaconda Prompts (incl. Powershell) and Jupyter are working just fine
Anaconda or Miniconda version:
2019.3.0.0
Operating System:
Windows 10
conda info
conda list --show-channel-urls