
I happened to update my package of spyder to v5 from v4, I got the below error message,
Traceback (most recent call last):
File "/home/c2c/anaconda3/envs/py37/bin/spyder", line 11, in <module>
sys.exit(main())
File "/home/c2c/anaconda3/envs/py37/lib/python3.8
/site-packages/spyder/app/start.py", line 210, in main
from spyder.app import mainwindow
...
from spyder.utils.palette import QStylePalette, SpyderPalette
File "/home/c2c/anaconda3/envs/py37/lib/python3.8
/site-packages/spyder/utils/palette.py", line 12, in <module>
from qdarkstyle.colorsystem import Blue, Gray
ModuleNotFoundError: No module named 'qdarkstyle.colorsystem'
Solution
It looks like there is some issue that needs a dev fix, the way I was able to get back things to work was reverting back to the previous version of the package spyder,
% conda install spyder=4.2.5
-
Have Questions? Post them here!
More Posts related to Python,
- How to Install Python Modules in VS Code
- 3 Python program to add two numbers
- ModuleNotFoundError: No module named qdarkstyle.colorsystem [Python]
- Python: How to get Current Directory
- Python - Convert float to String
- Tkinter - add x and y padding to label text
- Check if String Contains a Substring - Python
- Read JSON File in Python Program
- How to Convert String to DateTime in Python
- Sorting an array using Bubble Sort in Python Programming
- Python Hello World! Program with code example (snippet)
- How to delete a dir or folder using Python code
- Change label (text) color in tkinter
- Set width and height for the label in tkinter
- Check version of pip package installer for Python
- Reading JSON file in Python with Examples
- Indent Python code in Notepad++
- tkinter - Hello World! Program
- How to resolve Failed to create interpreter PyCharm Error
- Base64 Encoding Decoding in Python Programming
- How to pip install Python Modules in VSCode
- How to take user input from the console in a Python program
- Take input argument from command line in Python Programming
- Python Program To Calculate Simple Interest (SimpleInterest.py)
- Calculate discount amount python code
More Posts:
- How to change default macOS Terminal Window size - MacOS
- How to display Toast on Button Click : Android - Android
- Call PHP function on Button click using jquery ajax - PHP
- How to create Toast messages in Android? - Android
- Docker Commit Command with Examples - Docker
- How to declare and initialize Array in Java Programming - Java
- bash: command not found error [macOS Terminal Linux, Unix or Windows] - MacOS
- How to send WhatsApp message from your Android App using Intent - WhatsApp