You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried the other applicable steps from the Troubleshooting Guide
Completed the Problem Description, Steps to Reproduce and Version sections below
Problem Description
Whenever I start Spyder 5.5.5 on Windows Server 2022 I get it running for about 50 seconds before the window freezes and it's marked as "Not responding".
This happens regardless of:
Install method: it occurs with standalone as well as conda installs
Settings: this happens after spyder --reset as well
Start method: this happens both for a commandline start (with/without debug options), a conda environment start, as well as from the Start Menu.
Interpreter: this happens both for the built-in interpreter as well as an external interpreter
What steps reproduce the problem?
Open Spyder, using either:
The start menu shortcut
Commandline from a conda environment: conda activate my-env; spyder
What is the expected output? What do you see instead?
Expected: the loop finishes in 600 seconds and writes the index each second. Actual: the Spyder window hangs when the loop is around index 50, i.e. after 50 seconds.
Paste Traceback/Error Below (if applicable)
PASTE TRACEBACK HERE: N/A
Versions
This is for the standalone install
Spyder version: 5.5.5 (standalone)
Python version: 3.8.10 64-bit
Qt version: 5.15.2
PyQt5 version: 5.15.10
Operating System: Windows-10-10.0.20348-SP0
Dependencies
Click to fold out the dependencies of the standalone install
This is the full debug log after I start standalone Spyder with the --debug-output verbose flag (large log, 1500+ lines): https://pastebin.com/nnwuSrpA
The text was updated successfully, but these errors were encountered:
After opening this issue I installed Spyder 5.4.5, that worked without a problem, so that's a viable workaround. However, would like to keep this issue open such that a long term solution can be found.
Hey @b-a0, thanks for reporting. Our new installers for Spyder 6 will come with a more recent Python version and are built with a more modern stack too.
That could help to solve this problem, but let us know if that's case after that version is released in a few weeks.
Issue Report Checklist
conda update spyder
(orpip
, if not using Anaconda)jupyter qtconsole
(if console-related)spyder --reset
Problem Description
Whenever I start Spyder 5.5.5 on Windows Server 2022 I get it running for about 50 seconds before the window freezes and it's marked as "Not responding".
This happens regardless of:
spyder --reset
as wellWhat steps reproduce the problem?
conda activate my-env; spyder
C:\Program Files\Spyder > Python\python.exe Spyder.launch.pyw --debug-info verbose
What is the expected output? What do you see instead?
Expected: the loop finishes in 600 seconds and writes the index each second.
Actual: the Spyder window hangs when the loop is around index 50, i.e. after 50 seconds.
Paste Traceback/Error Below (if applicable)
Versions
This is for the standalone install
Dependencies
Click to fold out the dependencies of the standalone install
Additional logs
This is the full debug log after I start standalone Spyder with the
--debug-output verbose
flag (large log, 1500+ lines): https://pastebin.com/nnwuSrpAThe text was updated successfully, but these errors were encountered: