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 3.30 pip installed wrong spyder-kernels requirement (<1.0 is required)

See original GitHub issue

Issue Report Checklist

[x] Searched the issues page for similar reports [x] Read the relevant sections of the Spyder Troubleshooting Guide and followed its advice [x] Reproduced the issue after updating with conda update spyder (or pip, if not using Anaconda) [x] Could not reproduce inside jupyter qtconsole (if console-related) [x] Tried basic troubleshooting (if a bug/error) [x] Restarted Spyder [x] Reset preferences with spyder --reset [x] Reinstalled the latest version of Anaconda [x] Tried the other applicable steps from the Troubleshooting Guide [x] Completed the Problem Description, Steps to Reproduce and Version sections below

Problem Description

Spyder does not start

Steps to reproduce _* updating spyder: pip3 install -U spyder

  • installing spyder kernels: pip3 install spyder-kernels output Spyder not starting
Output:

RuntimeError: Please check Spyder installation requirements:
spyder-kernels < 1.0 is required (found 1.0.1).

* Spyder version: 3.30
* Python version: 3.6.5
* Qt version: 
* PyQt version: 
* Operating System name/version: Ubuntu 18.04

Issue Analytics

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

github_iconTop GitHub Comments

6reactions
ccordoba12commented, Jul 6, 2018

Yes, that’s right. If you install Spyder with

pip install -U spyder

the right version of spyder-kernels will be pulled.

4reactions
SamuelMarkscommented, Jul 26, 2021

Trial and error showed it has an underscore now, the help text needs to be updated:

$ pip install spyder_kernels
Read more comments on GitHub >

github_iconTop Results From Across the Web

When I open the spyder in anaconda, the ... - Stack Overflow
When I open the spyder in anaconda, the spyder indicates that an error ocurred while starting the kernel in spyder · Ask Question....
Read more >
spyder-kernels - PyPI
Package that provides Jupyter kernels for use with the consoles of Spyder, the Scientific Python Development Environment. These kernels can launched either ...
Read more >
spyder-ide/public - Gitter
* with PyQtWebEngine installed again: Scrolling seems to work. However, I was playing around in the same environment as yesterday and updating PyQt5...
Read more >
conda install spyder stuck on solving environment - You.com
Beyond that, putting minimum requirements on central packages (those that are ... conda-forge spyder 3.3.6 py37_0 conda-forge spyder-kernels 0.5.1 py37_0 ...
Read more >
How to Setup Your Python Environment for Machine Learning ...
Alternatively, you may choose to install using pip and a specific ... I ran my code in spyder, I met with the problem...
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