question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to launch spyder 5.0.0

See original GitHub issue

Issue 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 (or pip, 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?

  1. Launch Anaconda
  2. Navigate to environment with spyder 5.0.0
  3. 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:closed
  • Created 2 years ago
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
jeremymattcommented, Apr 7, 2021

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 https://github.com/Quansight to work on Spyder.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/spyder-ide/spyder/issues/15137#issuecomment-814366330, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHVX25R64QQC2F4T5ZAWPKTTHNK6DANCNFSM42ONMGOA .

0reactions
ccordoba12commented, Apr 6, 2021

Thanks! Fortunately, most of us are hired by @Quansight to work on Spyder.

Read more comments on GitHub >

github_iconTop Results From Across the Web

First Steps — Spyder 5 documentation
As a first step to solving your issue, you can try some · If Spyder won't launch, check the · If your problem...
Read more >
anaconda - Spyder 5 won't launch - Stack Overflow
Uninstalling (through Windows menu) Spyder and reinstalling it in the Anaconda prompt; Installing Spyder 4 again conda install spyder=4.0.0 .
Read more >
Can't Launch Spyder After Installing Via Conda
Create the clone · Make the clone active · Restart ArcGIS Pro · Add the python package to the cloned install (it does...
Read more >
How to update Spyder in Anaconda to 5.x?
Whenever I launch Spyder IDE, I get this prompt to upgrade the version to 5.x, and today, I decided to do that on...
Read more >
spyder - PyPI
If in doubt, you should always install Spyder via this method to avoid unexpected issues we are unable to help you with; it...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found