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.

QSocketNotifier: Multiple socket notifiers for same socket and type Read

See original GitHub issue

Description

What steps will reproduce the problem?

url = ‘https://raw.githubusercontent.com/jbrownlee/Datasets/master/wine.csv’ df = read_csv(url, header=None)

Versions

  • Spyder version: 4.1.4
  • Python version: 3.7.7
  • Qt version: 5.9.6
  • 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.4.1 (OK)
diff_match_patch >=20181111    :  20181111 (OK)
intervaltree                   :  None (OK)
IPython >=4.0                  :  7.16.1 (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.4.4 (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.5 (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                  :  0.29.17 (OK)
matplotlib >=2.0.0             :  3.1.3 (OK)
numpy >=1.7                    :  1.18.1 (OK)
pandas >=0.13.1                :  1.0.5 (OK)
scipy >=0.17.0                 :  1.5.0 (OK)
sympy >=0.7.3                  :  None (OK)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:24 (12 by maintainers)

github_iconTop GitHub Comments

4reactions
roteirocommented, Jul 16, 2020

@raphaelquast as a quick fix until the fix is delivered through the updates you can download the fixed file from here: https://github.com/ipython/ipykernel/blob/4a05435220c730605ab454001ac3ecc364299736/ipykernel/eventloops.py and replace the current file eventloops.py under pathToAnacondaInstallation\envs\yourEnvironment\Lib\site-packages\ipykernel Backup the current file just in case. That solved it for me.

3reactions
raphaelquastcommented, Jul 16, 2020

good news 👍 so the way to go is to revert back to v4.1.3 and wait for v4.1.5 ?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Thread: QSocketNotifier: Multiple socket notifiers for same ...
QSocketNotifier : Multiple socket notifiers for same socket 1312 and type Read QObject. I am working on a server-client application,i spent ...
Read more >
Warning in Spyder iPython window whenever I create a ...
WARNING: QSocketNotifier: Multiple socket notifiers for same socket 1048 and type Read. Once the canvas instance is created, whenever I type ...
Read more >
QSocketNotifier warning when using viewer - Image.sc Forum
WARNING: QSocketNotifier: Multiple socket notifiers for same socket 996 and type Read viewer = napari.Viewer() viewer.add_image(array[:, ...
Read more >
QSocketNotifier — Qt for Python
The QSocketNotifier makes it possible to integrate Qt's event loop with other ... There are three types of socket notifiers: read, write, and...
Read more >
4313 (rev15091 - Multiple socket notifiers for same socket)
Getting lots of these in the frontend log. What does it mean? QSocketNotifier: Multiple socket notifiers for same socket 50 and type read....
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