Parent poll failed
See original GitHub issueDescription
What steps will reproduce the problem?
Just freshly installed 64 bit Anaconda 5.3.1 on Windows 7 64 bit and I got this error on my first run of Spyder (Python 3.7):
Python 3.7.0 (default, Jun 28 2018, 08:04:48) [MSC v.1912 64 bit (AMD64)] Type “copyright”, “credits” or “licence” for more information.
IPython 6.5.0 – An enhanced Interactive Python. C\Users.…\Anaconda3\lib\site-packages\ipykernel\parentpoller.py:116: UserWarning: Parent poll failed. If the frontend dies, the kernal may be left running. Please let us know about your system (bitness, Python, etc.) at ipython-dev@scipy.org ipython-dev@scipy.org"“”)
Traceback
WARNING:spyder.widgets.github.backend:failed to send bug report on github. response={'code': 403, 'json': {'message': 'At least one email address must be verified to do that.', 'documentation_url': 'https://help.github.com/articles/adding-an-email-address-to-your-github-account'}}
WARNING:spyder.widgets.github.backend:failed to send bug report on github. response={'code': 403, 'json': {'message': 'At least one email address must be verified to do that.', 'documentation_url': 'https://help.github.com/articles/adding-an-email-address-to-your-github-account'}}
Versions
- Spyder version: 3.3.1
- Python version: 3.7.0
- Qt version: 5.9.6
- PyQt5 version: 5.9.2
- Operating System: Windows 7
Dependencies
pyflakes >=0.6.0 : 2.0.0 (OK)
pycodestyle >=2.3 : 2.4.0 (OK)
pygments >=2.0 : 2.2.0 (OK)
sphinx >=0.6.6 : 1.7.9 (OK)
rope >=0.9.4 : 0.11.0 (OK)
jedi >=0.9.0 : 0.12.1 (OK)
nbconvert >=4.0 : 5.4.0 (OK)
pandas >=0.13.1 : 0.23.4 (OK)
numpy >=1.7 : 1.15.1 (OK)
sympy >=0.7.3 : 1.1.1 (OK)
cython >=0.21 : 0.28.5 (OK)
qtconsole >=4.2.0 : 4.4.1 (OK)
IPython >=4.0 : 6.5.0 (OK)
matplotlib >=2.0.0: 2.2.3 (OK)
pylint >=0.25 : 2.1.1 (OK)
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (7 by maintainers)
Top Results From Across the Web
"Parent poll failed" warning · Issue #8205 · spyder-ide ... - GitHub
The resulting message is the "parent poll failed" message". parentpoller.py:116: UserWarning: Parent poll failed. If the frontend dies, ...
Read more >Jupyter Notebook has problem to execute code in cell and it ...
Jupyter Notebook has problem to execute code in cell and it says ' UserWarning: Parent poll failed. ' Ask Question. Asked 4 years...
Read more >[IPython-dev] UserWarning: Parent poll failed.
Hi I have received this error \Anaconda3\lib\site-packages\ipykernel\parentpoller.py:116: UserWarning: Parent poll failed.
Read more >Anacoda:parentpoller.py:116: UserWarning: Parent poll failed.
D:\ANACONDA_EXE\lib\site-packages\ipykernel\parentpoller.py:116: UserWarning: Parent poll failed. If the frontend dies, the kernel may be left ...
Read more >New Parent Poll Gives President Biden Tough Grades on ...
New parent poll shows 32% of parents give President Biden a failing grade for how he's handled the public education response to the ......
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 FreeTop 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
Top GitHub Comments
I walked through my code and dud unit tests and checked he memory usage in Windows 10 Task Manager. Couldn’t find anything out of the ordinary.
Then I upgraded my Spyder to version 3.3.2. and have been running the same script for over 24 hours continuously. The problem has not occurred.
Looks like it has been fixed (or worked around) in Spyder version 3.3.2.
Thanks and Best Wishes Suresh
On Fri, Dec 7, 2018, 01:53 Carlos Cordoba <notifications@github.com wrote:
We’re talking about this on issue #8205.