Unable to launch spyder 5.0.0
See original GitHub issueIssue Report Checklist
- Searched the issues page for similar reports
- Read the relevant sections of the Spyder Troubleshooting Guide and followed its advice
- Reproduced the issue after updating with
conda update spyder
(orpip
, if not using Anaconda) - Could not reproduce inside
jupyter qtconsole
(if console-related) - Tried basic troubleshooting (if a bug/error)
- Restarted Spyder
- Reset preferences with
spyder --reset
- Reinstalled the latest version of Anaconda
- Tried the other applicable steps from the Troubleshooting Guide
- Completed the Problem Description, Steps to Reproduce and Version sections below
Problem Description
Upon attempting to boot up spyder 5.0.0 a message "Traceback (most recent call last): File “C:\Users\Ron_c\anaconda3\envs\DeepLearning\Scripts\spyder-script.py”, line 10, in sys.exit(main()) File “C:\Users\Ron_c\anaconda3\envs\DeepLearning\lib\site-packages\spyder\app\start.py”, line 210, in main from spyder.app import mainwindow File “C:\Users\Ron_c\anaconda3\envs\DeepLearning\lib\site-packages\spyder\app\mainwindow.py”, line 72, in from spyder.app import tour File “C:\Users\Ron_c\anaconda3\envs\DeepLearning\lib\site-packages\spyder\app\tour.py”, line 37, in from spyder.utils.qthelpers import add_actions, create_action File “C:\Users\Ron_c\anaconda3\envs\DeepLearning\lib\site-packages\spyder\utils\qthelpers.py”, line 34, in from spyder.utils.icon_manager import ima File “C:\Users\Ron_c\anaconda3\envs\DeepLearning\lib\site-packages\spyder\utils\icon_manager.py”, line 23, in from spyder.utils.palette import QStylePalette, SpyderPalette File “C:\Users\Ron_c\anaconda3\envs\DeepLearning\lib\site-packages\spyder\utils\palette.py”, line 12, in from qdarkstyle.colorsystem import Blue, Gray ModuleNotFoundError: No module named ‘qdarkstyle.colorsystem’ " was dispalyed.
What steps reproduce the problem?
- Launch Anaconda
- Navigate to environment with spyder 5.0.0
- Click on launch spyder
What is the expected output? What do you see instead?
Spyder should be booted up.
Paste Traceback/Error Below (if applicable)
Traceback (most recent call last):
File "C:\Users\Ron_c\anaconda3\envs\DeepLearning\Scripts\spyder-script.py", line 10, in
sys.exit(main())
File "C:\Users\Ron_c\anaconda3\envs\DeepLearning\lib\site-packages\spyder\app\start.py", line 210, in main
from spyder.app import mainwindow
File "C:\Users\Ron_c\anaconda3\envs\DeepLearning\lib\site-packages\spyder\app\mainwindow.py", line 72, in
from spyder.app import tour
File "C:\Users\Ron_c\anaconda3\envs\DeepLearning\lib\site-packages\spyder\app\tour.py", line 37, in
from spyder.utils.qthelpers import add_actions, create_action
File "C:\Users\Ron_c\anaconda3\envs\DeepLearning\lib\site-packages\spyder\utils\qthelpers.py", line 34, in
from spyder.utils.icon_manager import ima
File "C:\Users\Ron_c\anaconda3\envs\DeepLearning\lib\site-packages\spyder\utils\icon_manager.py", line 23, in
from spyder.utils.palette import QStylePalette, SpyderPalette
File "C:\Users\Ron_c\anaconda3\envs\DeepLearning\lib\site-packages\spyder\utils\palette.py", line 12, in
from qdarkstyle.colorsystem import Blue, Gray
ModuleNotFoundError: No module named 'qdarkstyle.colorsystem'
Versions
- Spyder version: 5.0.0
- Python version: 3.9.2
- Qt version: 5.9.7
- PyQt version: 5.9.2
- Operating System name/version: Windows 10 Home 2019
Dependencies
NA
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (3 by maintainers)
Top GitHub Comments
Well, it’s very much appreciated! Spyder is a fantastic IDE and you give great customer service. It’s a wonderful feeling to be able to reach someone if there’s a problem.
Best, -J
On Tue, Apr 6, 2021 at 3:00 PM Carlos Cordoba @.***> wrote:
Thanks! Fortunately, most of us are hired by @Quansight to work on Spyder.