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.

SpyderKernalApp not working after updating

See original GitHub issue

Description

What steps will reproduce the problem?

I updated my spyder and anaconda. I got this error message [SpyderKernelApp] WARNING | No such comm: 2420ea1cffaa11ea9a108cae4ce01fdf. I dont know why it keeps doing that when I run my code. It used to work in a previous version.

I would also like to add that my project code works on my friends computer. He uses Spyder: 3.3.6, Python: 3.7.3, Qt: 5.9.6, PyQt5: 5.9.2, OS: Windows 10.

I also found an issue with icons overlapping words in the drop down menus. For example, when you click on help the bug icon overlaps with the R in “Report issue…”

Versions

  • Spyder version: 4.1.5
  • Python version: 3.8.5
  • Qt version: 5.9.7
  • PyQt5 version: 5.9.2
  • Operating System: Windows 10

Dependencies


# Mandatory:
atomicwrites >=1.2.0           :  1.4.0 (OK)
chardet >=2.0.0                :  3.0.4 (OK)
cloudpickle >=0.5.0            :  1.6.0 (OK)
diff_match_patch >=20181111    :  20200713 (OK)
intervaltree                   :  None (OK)
IPython >=4.0                  :  7.18.1 (OK)
jedi =0.17.1                   :  0.17.1 (OK)
nbconvert >=4.0                :  6.0.6 (OK)
numpydoc >=0.6.0               :  1.1.0 (OK)
paramiko >=2.4.0               :  2.7.2 (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.2 (OK)
pygments >=2.0                 :  2.7.1 (OK)
pylint >=1.0                   :  2.6.0 (OK)
pyls >=0.34.0;<1.0.0           :  0.35.1 (OK)
qdarkstyle >=2.8               :  2.8.1 (OK)
qtawesome >=0.5.7              :  0.7.2 (OK)
qtconsole >=4.6.0              :  4.7.7 (OK)
qtpy >=1.5.0                   :  1.9.0 (OK)
rtree >=0.8.3                  :  0.9.4 (OK)
sphinx >=0.6.6                 :  3.2.1 (OK)
spyder_kernels >=1.9.4;<1.10.0 :  1.9.4 (OK)
watchdog                       :  None (OK)
zmq >=17                       :  19.0.2 (OK)

# Optional:
cython >=0.21                  :  0.29.21 (OK)
matplotlib >=2.0.0             :  3.3.1 (OK)
numpy >=1.7                    :  1.19.1 (OK)
pandas >=0.13.1                :  1.1.1 (OK)
scipy >=0.17.0                 :  1.5.0 (OK)
sympy >=0.7.3                  :  1.6.2 (OK)

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
ccordoba12commented, Sep 27, 2020

Ok, thanks! I understand better your problems now.

I updated my spyder and anaconda. I got this error message [SpyderKernelApp] WARNING | No such comm:

This is simply a warning. The real problem is that your code is causing a crash (I don’t know why). Are you able to run it outside Spyder? You can do that by opening the Anaconda Prompt and running there

python game.py

I also found an issue with icons overlapping words in the drop down menus. For example, when you click on help the bug icon overlaps with the R in “Report issue…”

This could be a problem with your screen resolution. What’s your resolution?

0reactions
carrios24commented, Sep 29, 2020
Read more comments on GitHub >

github_iconTop Results From Across the Web

[SpyderKernelApp] WARNING | No such comm: ..... #15697
Reproduced the issue after updating with conda update spyder (or pip , if not using Anaconda); Tried basic troubleshooting (if a bug/error).
Read more >
Kernel error after updating Spyder in anaconda [duplicate]
I had the very same issue, I started Spyder using Anaconda Navigator instead of calling only Spider (desktop icon) and it worked.
Read more >
Common Illnesses — Spyder 5 documentation
If you receive the message An error occurred while starting the kernel in the ... To fix this, activate the environment and update...
Read more >
spyder 5.1.5 error,eikon data api - Forum
on import eikon i m getting this. [SpyderKernelApp] ERROR | Exception in message handler: Traceback (most recent call last):. File "C:\Users\adamk.
Read more >
I can not connect to kernel after ı have update my spyder3
My OS is ubuntu 18.04. Help me :) An error ocurred while starting the kernel The error is: Traceback (most recent call last):...
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