It seems the kernel died unexpectedly. Use 'Restart kernel' to continue using this console.
See original GitHub issueDescription of your problem
Hi! I am quite new to Python. I have a code of a few hundred lines. The execution time is roughly 15 minutes. Often the code is working just fine and I can run the script without the kernel crashing, but sometimes I get the message: ‘It seems the kernel died unexpectedly. Use ‘Restart kernel’ to continue using this console.’ When this happens feels very random: sometimes after it happens I restart spyder, run the exact code again, and it works just fine.
What steps will reproduce the problem?
- I haven’t found anything that reproduces the problem at all times.
-
-
What is the expected output? What do you see instead? It seems the kernel died unexpectedly. Use ‘Restart kernel’ to continue using this console. It seems the kernel died unexpectedly. Use ‘Restart kernel’ to continue using this console. It seems the kernel died unexpectedly. Use ‘Restart kernel’ to continue using this console. It seems the kernel died unexpectedly. Use ‘Restart kernel’ to continue using this console. It seems the kernel died unexpectedly. Use ‘Restart kernel’ to continue using this console. It seems the kernel died unexpectedly. Use ‘Restart kernel’ to continue using this console. It seems the kernel died unexpectedly. Use ‘Restart kernel’ to continue using this console.
Please provide any additional information below Sorry for the vague problem, but I have no idea where to look for the cause of the problem, since it seems to happen at a random time. Installed everything using Anaconda (4.1.1), also some additional packages.
Versions and main components
- Spyder Version: 2.3.9
- Python Version: 3.5.2
- Operating system: Windows 10 Enterprise
Dependencies
Please go to the menu entry Help > Optional Dependencies
(or
Help > Dependencies
), press the button Copy to clipboard
and paste the contents below:
IPython >=1.0 : 4.2.0 (OK) jedi >=0.8.1;<0.9.0: 0.9.0 (NOK) matplotlib >=1.0 : 1.5.1 (OK) pandas >=0.13.1 : 0.18.1 (OK) pep8 >=0.6 : 1.7.0 (OK) pyflakes >=0.6.0 : 1.2.3 (OK) pygments >=1.6 : 2.1.3 (OK) pylint >=0.25 : None (NOK) qtconsole >=4.0 : 4.2.1 (OK) rope >=0.9.2 : 0.9.4-1 (OK) sphinx >=0.6.6 : 1.3.1 (OK) sympy >=0.7.3 : 1.0 (OK) zmq >=2.1.11 : 15.2.0 (OK)
Thanks for the help!
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (2 by maintainers)
Top GitHub Comments
We try to fix this for Spyder 3.0, i.e. to make our IPython consoles more stable.
We’re about to release this new version, so please comment here again when you test your code against that version 😃
It was helpfull for me