Spyder console unresponsive after long running training tasks
See original GitHub issueIssue 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
(orpip
, 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
What steps reproduce the problem?
What is the expected output? What do you see instead?
Paste Traceback/Error Below (if applicable)
PASTE TRACEBACK HERE
Versions
- Spyder version:
- Python version:
- Qt version:
- PyQt version:
- Operating System name/version:
Dependencies
PASTE DEPENDENCIES HERE
Issue Analytics
- State:
- Created a year ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
[Bug] Spyder lags and freezes when tries to run code second ...
What steps will reproduce the problem? spyder --reset; Set Spyder to run script in a new console; Try to run the same script...
Read more >Spyder: Ipython console stuck - Stack Overflow
Found a workaround, put the cursor in the beginining of the command and keep hitting Ctrl+D, until all prompt are removed.
Read more >Basic First Aid — Spyder 5 documentation
Try installing Spyder into a new Conda environment (recommended) or virtualenv / venv , and see if the issue reoccurs. In your system...
Read more >Spyder: The Scientific Python Development Environment
1.5 Shortcuts for useful functions; 1.6 Run configuration. 1.6.1 Execute in current console; 1.6.2 Persistence of objects after code ...
Read more >Python Tutorial: Checking if a process is running/hanging and ...
Python Tutorial: Checking if a process is running/hanging and stop/run a scheduled task on Windows.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
We fixed the problem by updating ClientAliveInterval, TCPKeepAlive and ClientAliveCountMax at Linux server (where spyder_kernel is running. )
Ok, thanks for letting us know about it. Closing then.