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 4.0.1 crashing after 2-3 hours

See original GitHub issue

Problem Description

I’m a great fan of the Spyder IDE, and I’ve been using it for over a year now.

Yesterday, I got a new computer at my office and installed the latest version of Spyder, and Spyder 4.0.1 was automatically installed with the command:

pip install spyder

I’ve been using Spyder for the whole day yesterday, and after about 2-3 hours of intense usage the IDE completely got stuck, and I was forced to close it down. Same thing happened this morning. Not sure if this helps, but in both cases I had two instances of spyder open at the new same.

OS Windows 10 Python version : 3.7.4

In the meantime, I will revert to the good old spyder3, which does not cause the same issue to happen.

What steps reproduce the problem?

  1. Run 1 spyder instance
  2. Run another spyder instance
  3. Work with it for 2-3 hours
  4. Wait for it to crash.

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

I would expect Spyder not to get stuck and force me to close it.

Versions

  • Spyder version: 4.0.1.
  • Python version: 3.7.4
  • Qt version: 5.12.7
  • PyQt version: 5.12.3
  • Operating System name/version: Windows 10 64-bit

Dependencies

atomicwrites >=1.2.0 : 1.3.0 (OK) chardet >=2.0.0 : 3.0.4 (OK) cloudpickle >=0.5.0 : 1.2.2 (OK) diff_match_patch >=20181111 : 20181111 (OK) intervaltree : None (OK) IPython >=4.0 : 7.12.0 (OK) jedi =0.14.1 : 0.14.1 (OK) nbconvert >=4.0 : 5.6.1 (OK) numpydoc >=0.6.0 : 0.9.2 (OK) pexpect >=4.4.0 : 4.8.0 (OK) pickleshare >=0.4 : 0.7.5 (OK) psutil >=0.3 : 5.6.7 (OK) pygments >=2.0 : 2.5.2 (OK) pylint >=0.25 : 2.4.4 (OK) pyls >=0.31.2;<0.32.0 : 0.31.8 (OK) zmq >=17 : 18.1.1 (OK) qdarkstyle >=2.7 : 2.8 (OK) qtawesome >=0.5.7 : 0.6.1 (OK) qtconsole >=4.6.0 : 4.6.0 (OK) qtpy >=1.5.0 : 1.9.0 (OK) sphinx >=0.6.6 : 2.3.1 (OK) spyder_kernels >=1.8.1;<2.0.0: 1.8.1 (OK) watchdog : None (OK) cython >=0.21 : None (NOK) matplotlib >=2.0.0 : 3.1.3 (OK) numpy >=1.7 : 1.16.4 (OK) pandas >=0.13.1 : 0.25.3 (OK) scipy >=0.17.0 : 1.4.1 (OK) sympy >=0.7.3 : None (NOK)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
DanyElecommented, Feb 17, 2020

Also, just as a general suggestion, spyder3.3.6 just feels smoother and way more responsive than spyder4.0.1 or spyder4.0.0. It may be useful to try and improve these aspects of spyder4.

0reactions
DanyElecommented, Feb 17, 2020

Same issue occurred using spyder=4.0.0 with pip.

Solved it using by installing conda and installing spyder3.3.6 with the command:

conda install spyder

Read more comments on GitHub >

github_iconTop Results From Across the Web

spyder 4 keeps crashing unexpectedly - how can I create a ...
I'm using Spyder 4.0.1, Windows 10. Every 1-2 hours, the IDE locks up and I have to kill the process. I haven't been...
Read more >
Spyder crashes on startup and the reset command doesn't ...
I just had the same issue, with Spyder 3.2.8, Anaconda 3.5, Python 3.6 and Windows 10. I fixed it by running anaconda prompt...
Read more >
RE: [spyder] Re: spyder 4 keeps crashing unexpectedly - how can I ...
I'm using Spyder 4.0.1, Windows 10. Every 1-2 hours, the IDE locks up and I have to kill the process. I haven't been...
Read more >
Common Illnesses — Spyder 5 documentation
If you receive the message An error occurred while starting the kernel in the IPython Console, Spyder was unable to launch a new...
Read more >
Spyder IDE immediately crashes : r/pop_os - Reddit
Am I the only one using spider on debian?? ... I think I reviewed the GitHub thread and an engineer on the spyder...
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