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.

Spyder Does Not Launch After Updating Anaconda Packages

See original GitHub issue

Problem Description

I have Anaconda Python Distribution. After executing the conda update conda and conda update --all commands, Spyder no longer launches. Among the updated packages is spyder-kernels (updated to v1.0.1).

What steps reproduce the problem?

  1. Execute conda update conda from Anaconda Prompt.
  2. Execute conda update --all from Anaconda Prompt.
  3. Launch Spyder.

What is the expected output? What do you see instead?

Spyder should launch.

Paste Traceback/Error Below (if applicable)


Traceback (most recent call last):
  File "C:\Users\user\Anaconda3\Scripts\spyder-script.py", line 10, in <module>
    sys.exit(main())
  File "C:\Users\user\Anaconda3\lib\site-packages\spyder\app\start.py", line 190, in main
    from spyder.app import mainwindow
  File "C:\Users\user\Anaconda3\lib\site-packages\spyder\app\mainwindow.py", line 51, in <module>
    requirements.check_spyder_kernels()
  File "C:\Users\user\Anaconda3\lib\site-packages\spyder\requirements.py", line 66, in check_spyder_kernels
    % actual_ver)
  File "C:\Users\user\Anaconda3\lib\site-packages\spyder\requirements.py", line 24, in show_warning
    raise RuntimeError(message)
RuntimeError: Please check Spyder installation requirements:
spyder-kernels < 1.0 is required (found 1.0.1).

Versions

  • Spyder version: 3.3.1
  • Python version: 3.6.6
  • Qt version: 5.9.6
  • PyQt version: 5.9.2
  • Operating System name/version: Windows 10

Dependencies

N/A (Spyder does not launch).

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

9reactions
ccordoba12commented, Sep 23, 2018

Please run

conda remove spyder-kernels
conda install spyder-kernels=0.*

to fix this problem.

1reaction
M-a-gg-acommented, Feb 8, 2021

Will do! Thanks!

Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows 10

From: Carlos Cordobamailto:notifications@github.com Sent: Monday, February 8, 2021 10:28 AM To: spyder-ide/spydermailto:spyder@noreply.github.com Cc: M-a-gg-amailto:magaly_osorio@hotmail.com; Mentionmailto:mention@noreply.github.com Subject: Re: [spyder-ide/spyder] Spyder Does Not Launch After Updating Anaconda Packages (#7940)

Yeah, I think that’s ok. After that, you need to connect your tf environment by following the instructions in our FAQhttp://docs.spyder-ide.org/current/faq.html#using-existing-environment.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/spyder-ide/spyder/issues/7940#issuecomment-775269369, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ASVPIOGMOXFSWKVZJ5D5M3LS6AGK7ANCNFSM4FWXH3HQ.

Read more comments on GitHub >

github_iconTop Results From Across the Web

spyder is not launching even after doing complete uninstall ...
Now you have to uninstall Anaconda and reinstall it following the instructions in our video to be able to successfully run Spyder again....
Read more >
Spyder Not Launching - python - Stack Overflow
This problem is solved in the newest version of conda. Currently it is on the conda canary channel, you can get it by...
Read more >
Troubleshooting — Anaconda documentation
Before updating or installing any packages with conda, be sure to terminate any running Anaconda processes such as Spyder or IPython. You can...
Read more >
Frequently Asked Questions — Spyder 5 documentation
Q: How do update I Spyder using Anaconda Navigator? ... Q: How do I install Python packages to use within Spyder if I...
Read more >
Anaconda not launching - Anaconda Community
after that I did conda update spyder , which i hoped would fix above error. now I can run the anaconda navigator, but...
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