小编Sin*_*hka的帖子

Spyder 5 ModuleNotFoundError

我刚刚将我的 spyder4 更新为 spyder5 为:

conda update spyder

当我尝试启动 spyder 时,它给出了一个错误: No module named 'qdarkstyle.colorsystem'

这是完整的信息:

Traceback (most recent call last):
  File "/home/sina/anaconda3/envs/py37/bin/spyder", line 11, in <module>
    sys.exit(main())
  File "/home/sina/anaconda3/envs/py37/lib/python3.7/site-packages/spyder/app/start.py", line 210, in main
    from spyder.app import mainwindow
  File "/home/sina/anaconda3/envs/py37/lib/python3.7/site-packages/spyder/app/mainwindow.py", line 72, in <module>
    from spyder.app import tour
  File "/home/sina/anaconda3/envs/py37/lib/python3.7/site-packages/spyder/app/tour.py", line 37, in <module>
    from spyder.utils.qthelpers import add_actions, create_action
  File "/home/sina/anaconda3/envs/py37/lib/python3.7/site-packages/spyder/utils/qthelpers.py", line 34, in <module>
    from spyder.utils.icon_manager import ima
  File "/home/sina/anaconda3/envs/py37/lib/python3.7/site-packages/spyder/utils/icon_manager.py", line 23, in <module>
    from spyder.utils.palette import QStylePalette, SpyderPalette …
Run Code Online (Sandbox Code Playgroud)

spyder anaconda conda

38
推荐指数
3
解决办法
6685
查看次数

标签 统计

anaconda ×1

conda ×1

spyder ×1