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.1.1 crashed constantly for Python 3.7 and Win7-64bit

See original GitHub issue

Issue Report Checklist

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

Problem Description

Spyder freezes and crashes with message “this program has stopped working” I experienced the same with 4.0.0 and 4.1.0, see 11037

What steps reproduce the problem?

  1. Reinstall Spyder 4.1.1
  2. Launch Spdyer from Anaconda prompt, Anaconda Navigator, or quick access
  3. Wait for abou 10 seconds (doing nothing within Spyder)

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

Spyder is expected to be stable with no operation runing whatsoever. It crashes.

Paste Traceback/Error Below (if applicable)


I ran "spyder --debug-info verbose --debug-output file"
and attached the log
[spyder-debug.log](https://github.com/spyder-ide/spyder/files/4368370/spyder-debug.log)

Versions

  • Spyder version: 4.1.1.
  • Python version: 3.7.0 64-bit
  • Qt version: 5.6.2
  • PyQt version: PyQt5 5.6
  • Operating System name/version: Windows 7 64-bit

Dependencies

Mandatory:

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.10.1 (OK) jedi =0.15.2 : 0.15.2 (OK) nbconvert >=4.0 : 5.6.1 (OK) numpydoc >=0.6.0 : 0.9.1 (OK) paramiko >=2.4.0 : 2.4.2 (OK) parso =0.5.2 : 0.5.2 (OK) pexpect >=4.4.0 : 4.7.0 (OK) pickleshare >=0.4 : 0.7.5 (OK) psutil >=5.3 : 5.6.7 (OK) pygments >=2.0 : 2.5.2 (OK) pylint >=0.25 : 2.4.4 (OK) pyls >=0.31.9;<0.32.0 : 0.31.9 (OK) qdarkstyle >=2.8 : 2.8 (OK) qtawesome >=0.5.7 : 0.6.0 (OK) qtconsole >=4.6.0 : 4.6.0 (OK) qtpy >=1.5.0 : 1.9.0 (OK) rtree >=0.8.3 : 0.8.3 (OK) sphinx >=0.6.6 : 2.2.2 (OK) spyder_kernels >=1.9.0;<1.10.0 : 1.9.0 (OK) watchdog : None (OK) zmq >=17 : 18.1.0 (OK)

Optional:

cython >=0.21 : 0.29.14 (OK) matplotlib >=2.0.0 : 2.2.2 (OK) numpy >=1.7 : 1.17.4 (OK) pandas >=0.13.1 : 0.25.3 (OK) scipy >=0.17.0 : 1.3.2 (OK) sympy >=0.7.3 : 1.4 (OK)

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
tyNeanderthalcommented, Mar 24, 2020

Qt version: 5.6.2 PyQt version: PyQt5 5.6

These versions are too old. Please open the Anaconda prompt and run there

conda install pyqt=5.9 qt=5.9

and try again.

Problem resolved with: Python 3.7.6 64-bit | Qt 5.9.6 | PyQt5 5.9.2 | Windows 7

0reactions
ccordoba12commented, Mar 24, 2020

Windows 10 and Python 3.8.1

There are still problems like the one you mentioned with Python 3.8. Please use 3.7 for now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Spyder 4.1.3 always crashes after a few seconds
I am using Anaconda 5.0.1 and python 3.6.3. Unfortunately I don't get an error message or anything so I am quite lost now......
Read more >
spyder - PyPI
The Scientific Python Development Environment. ... Python 3.7+: The core language Spyder is written in and for. PyQt5 5.9+: Python bindings for Qt, ......
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/public - Gitter
My setup consists of a fresh WinPython 3.6 / WinPython 3.7 (tried both) ... the application crashes, sadly without any console output (I...
Read more >
spyder 4 keeps crashing unexpectedly - how can I create a ...
(Windows 10, new environment created for Spyder 4, no problems during installation) ... and I can only resolve this through killing the python...
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