【问题标题】:spyder and anaconda navigator loading problemspyder 和 anaconda 导航器加载问题
【发布时间】:2020-10-03 01:46:51
【问题描述】:
Traceback (most recent call last):
  File "C:\Users\Naveen\anaconda3\lib\site-packages\qtpy\__init__.py", line 204, in <module>
    from PySide import __version__ as PYSIDE_VERSION  # analysis:ignore
ModuleNotFoundError: No module named 'PySide'

在处理上述异常的过程中,又发生了一个异常:

Traceback (most recent call last):   File "C:\Users\Naveen\anaconda3\Scripts\spyder-script.py", line 10, in <module>
    sys.exit(main())   File "C:\Users\Naveen\AppData\Roaming\Python\Python37\site-packages\spyder\app\start.py", line 200, in main
    from spyder.app import mainwindow   File "C:\Users\Naveen\AppData\Roaming\Python\Python37\site-packages\spyder\app\mainwindow.py", line 53, in <module>
    requirements.check_qt()   File "C:\Users\Naveen\AppData\Roaming\Python\Python37\site-packages\spyder\requirements.py", line 41, in check_qt
    import qtpy   File "C:\Users\Naveen\anaconda3\lib\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

【问题讨论】:

    标签: python anaconda conda spyder pyside


    【解决方案1】:

    第一个错误看起来您缺少 pyside 模块。你能跑吗

    conda install PySide
    

    pip install PySide
    

    看看这是否解决了这个错误?

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2017-10-19
      • 2014-12-04
      • 2019-05-03
      • 2017-12-09
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-12-29
      相关资源
      最近更新 更多