Regarding kernel
See original GitHub issueDescription
What steps will reproduce the problem?
in any case whenever i write a program and then run it ,it works just fine but the moment i terminate the program while its taking an input the kernel just hangs and i cannot run the program again and the kernel is stuck at the last line that was displayed before termination and i have to restart the thing again and agian.
Versions
- Spyder version: 4.1.4
- Python version: 3.7.3
- Qt version: 5.9.6
- PyQt5 version: 5.9.2
- Operating System: Windows 7
Dependencies
# Mandatory:
atomicwrites >=1.2.0 : 1.4.0 (OK)
chardet >=2.0.0 : 3.0.4 (OK)
cloudpickle >=0.5.0 : 1.4.1 (OK)
diff_match_patch >=20181111 : 20181111 (OK)
intervaltree : None (OK)
IPython >=4.0 : 7.13.0 (OK)
jedi =0.17.1 : 0.17.1 (OK)
nbconvert >=4.0 : 5.6.1 (OK)
numpydoc >=0.6.0 : 0.9.2 (OK)
paramiko >=2.4.0 : 2.7.1 (OK)
parso =0.7.0 : 0.7.0 (OK)
pexpect >=4.4.0 : 4.8.0 (OK)
pickleshare >=0.4 : 0.7.5 (OK)
psutil >=5.3 : 5.7.0 (OK)
pygments >=2.0 : 2.6.1 (OK)
pylint >=1.0 : 2.5.0 (OK)
pyls >=0.34.0;<1.0.0 : 0.34.1 (OK)
qdarkstyle >=2.8 : 2.8.1 (OK)
qtawesome >=0.5.7 : 0.7.0 (OK)
qtconsole >=4.6.0 : 4.7.4 (OK)
qtpy >=1.5.0 : 1.9.0 (OK)
rtree >=0.8.3 : 0.9.4 (OK)
sphinx >=0.6.6 : 3.0.3 (OK)
spyder_kernels >=1.9.2;<1.10.0 : 1.9.2 (OK)
watchdog : None (OK)
zmq >=17 : 18.1.1 (OK)
# Optional:
cython >=0.21 : None (OK)
matplotlib >=2.0.0 : None (OK)
numpy >=1.7 : None (OK)
pandas >=0.13.1 : None (OK)
scipy >=0.17.0 : None (OK)
sympy >=0.7.3 : None (OK)
Issue Analytics
- State:
- Created 3 years ago
- Comments:16 (6 by maintainers)
Top Results From Across the Web
Kernel (operating system) - Wikipedia
The kernel is a computer program at the core of a computer's operating system and generally has complete control over everything in the...
Read more >What Is a Kernel? - DigitalOcean
The kernel is a core component of an operating system and serves as the main interface between the computer's physical hardware and the ......
Read more >Kernel in Operating System - GeeksforGeeks
Kernel is central component of an operating system that manages operations of computer and hardware. It basically manages operations of ...
Read more >What is Kernel in Operating System and what are the various ...
The Kernel is responsible for low-level tasks such as disk management, memory management, task management, etc. It provides an interface between ...
Read more >What is an OS Kernel? | Baeldung on Computer Science
The kernel is one of the initial programs loaded up on memory before the boot loader. The boot loader is responsible for translating ......
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
@Akshaykushawaha, I tried to reproduce the error locally, however, when I interrupt the kernel a
KeyboardInterrupt
is raised.@ccordoba12 @dalthviz @impact27, do you know what could be happening in this case?
Everything is fine with my system ,like it works great , no problem with installation(did it many times),but the problem dosen’t seem to resolve so i think i might be better off restarting kernel and running it in administrator mode rather than causing anymore trouble to you guys.(since the issues are not that crucial) Thanks a lot guys for for your time and effort! ,i really mean it thanks again.