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.

"Kernel died, restarting..." repeats until I close Spyder.

See original GitHub issue

Description of your problem

What steps will reproduce the problem?

  1. Open Spyder

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

Expect a working kernel, instead get the repeating message:

Kernel died, restarting Kernal died, restarting

Please provide any additional information below

Versions and main components

  • Spyder Version: 3.0.0
  • Python Version: 3.5
  • Operating system: Mac OS El Capitan

Dependencies

Please go to the menu entry Help > Optional Dependencies (or Help > Dependencies), press the button Copy to clipboard and paste the contents below:

jedi >=0.8.1 : 0.9.0 (OK) matplotlib >=1.0 : 1.5.3 (OK) nbconvert >=4.0 : 4.2.0 (OK) numpy >=1.7 : 1.11.1 (OK) pandas >=0.13.1 : 0.18.1 (OK) pep8 >=0.6 : 1.7.0 (OK) psutil >=0.3 : 4.3.1 (OK) pyflakes >=0.6.0 : 1.3.0 (OK) pygments >=2.0 : 2.1.3 (OK) pylint >=0.25 : 1.5.4 (OK) qtconsole >=4.2.0: 4.2.1 (OK) rope >=0.9.4 : 0.9.4-1 (OK) sphinx >=0.6.6 : 1.4.6 (OK) sympy >=0.7.3 : 1.0 (OK)

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:24 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
FatenKhmcommented, Mar 15, 2018

I’m having the similar problem when I run import tensorflow as tf After downgrading to the tensorflow 1.5 version, it doesn’t have this problem. Try running: pip uninstall tensorflow And then pip install tensorflow==1.5

2reactions
mido11AScommented, Apr 17, 2017

im using Spyder 3 and Python 3.6 running on windows 7 … and i have got the same error “Kernel died, restarting” the problem was something related to Python. it was unable to run because of some windows feature need to be up to date “mainly Service Pack 1” … i used that windows file update to solve the problem and it worked very well Windows6.1-KB2999226-x64

Read more comments on GitHub >

github_iconTop Results From Across the Web

Spyder + Python 3.5 - how to debug kernel died, restarting?
I am working for the first time towards the implementation of a very simple GUI in PyQt5 , which embeds a matplotlib plot...
Read more >
导入tensorflow库python就停止工作 - 知乎专栏
1、更改tensorflow的版本(来源"Kernel died, restarting..." repeats until I close Spyder. · Issue #3506 · spyder-ide/spyder. ):pip install tensorflow==1.5 ...
Read more >
Why does my Kernel die? : r/learnpython - Reddit
It seems the kernel died unexpectedly. Use 'Restart kernel' to continue using this console. Google suggests this seems to be a reasonably common ......
Read more >
[spyder] ipython crash on startup: "It seems the kernel died ...
Hi, today when I restarted spyder I could not launch the ipython console anymore: "It seems the kernel died unexpectedly. Use 'Restart kernel'...
Read more >
[Example code]-Jupyter - Python 3 kernel dies - appsloveworld.com
When I try to use the Python3 kernel from Jupyter notebook, I get a message saying the kernel has died, attempting restart. Naturally...
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