Manjaro KDE中的Spyder崩溃

问题描述 投票:0回答:1

Spyder在Manjaro KDE中崩溃,出现以下错误:

    Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/qtpy/__init__.py", line 204, 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 "/usr/bin/spyder3", line 3, in <module>
    start.main()
  File "/usr/lib/python3.8/site-packages/spyder/app/start.py", line 200, in main
    from spyder.app import mainwindow
  File "/usr/lib/python3.8/site-packages/spyder/app/mainwindow.py", line 54, in <module>
    requirements.check_qt()
  File "/usr/lib/python3.8/site-packages/spyder/requirements.py", line 41, in check_qt
    import qtpy
  File "/usr/lib/python3.8/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

PyQt5和PySide已安装,但仍然出现错误。我已经尝试在pamac和pip中安装其他spyder版本,但出现相同的错误。

谢谢您的帮助。

python pyqt5 spyder pyside pyside2
1个回答
0
投票

[看起来正在使用的python不是anaconda的那个:

© www.soinside.com 2019 - 2024. All rights reserved.