Spyder 5 ModuleNotFoundError

37

I have just updated my spyder4 to spyder5 as:

conda update spyder

as I try to launch spyder it gives an Error : No module named 'qdarkstyle.colorsystem'

Here is the complete information :

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
  File "/home/sina/anaconda3/envs/py37/lib/python3.7/site-packages/spyder/utils/palette.py", line 12, in <module>
    from qdarkstyle.colorsystem import Blue, Gray
ModuleNotFoundError: No module named 'qdarkstyle.colorsystem'

I would appreciate any comments on it.

Share
Improve this question
4
  • 4
    Same problem, reverting to 4.2.5 solved the issue for the moment. – Amin Marshal Apr 5 at 16:52
  • Same problem. Followed the instructions, too. conda update anaconda conda install spyder=5.0.0 – endolith Apr 6 at 13:50
  • 2
    Does anyone know whether this issue is solved ? – gune Apr 6 at 21:54
  • not sure if this is related to conda or the Python version, but I did not experience that bug with an installation of Spyder (and upgrade to 5.0.0) via pip in a Python 3.9 environment. – MrFuppes Apr 7 at 6:31

Comments

Popular posts from this blog

Meaning of `{}` for return expression

Get current scroll position of ScrollView in React Native

flutter websocket connection issue