The Spyder IDE in the repos installs without errors but then does not run (gives errors regarding PySide and others). The installation via pip
is also the same. Can Spyder not be installed in Manjaro without installing Anaconda??
Terminal output when running spyder
(installed via pip
) -
$ spyder
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/qtpy/__init__.py", line 204, in <module>
from PySide import __version__ as PYSIDE_VERSION # analysis:ignore
File "/usr/lib/python3.9/site-packages/shiboken2/files.dir/shibokensupport/__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
ModuleNotFoundError: No module named 'PySide'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/shirshendu/.local/bin/spyder", line 8, in <module>
sys.exit(main())
File "/home/shirshendu/.local/lib/python3.9/site-packages/spyder/app/start.py", line 232, in main
from spyder.app import mainwindow
File "/home/shirshendu/.local/lib/python3.9/site-packages/spyder/app/mainwindow.py", line 42, in <module>
requirements.check_qt()
File "/home/shirshendu/.local/lib/python3.9/site-packages/spyder/requirements.py", line 44, in check_qt
import qtpy
File "/usr/lib/python3.9/site-packages/qtpy/__init__.py", line 210, in <module>
raise PythonQtError('No Qt bindings could be found')
qtpy.PythonQtError: No Qt bindings could be found