Unable to run spyder due to error of "Error reading broker pipe: The pipe has been ended. (0x6D)"
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
I’m being faced with the issue that I couldn’t launch spyder due to an error below. “[7756:2332:0604/105603.937:ERROR:broker_win.cc(59)] Error reading broker pipe: The pipe has been ended. (0x6D)” When I launch Spyder, it appears once and then after 5 to 10 seconds, it disappears with (Not responding) message @ the top next to “Spyder (python 3.6)”
I also turned off a firewall/anti-virus system, though it still not working. Your advice would be highly appreciated.
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: 3.2.8
- Python version: 3.6.5
- Qt version: 5.9.4
- PyQt version: 5.9.2
- Operating System name/version: Windows 10
Dependencies
PASTE DEPENDENCIES HERE
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
spyder-ide/public - Gitter
Spyder in no way needs Navigator to run; at least on Windows, ... Error reading broker pipe: The pipe has been ended. (0x6D)"....
Read more >Python crashes when opening Spyder with python 3.5
When I try to launch Spyder, python.exe crashes. On the terminal, it shows [4596:5756:0409/160956.599:ERROR:broker_win.cc(59)] Error reading ...
Read more >Spyder crashes after updating to version 4.01 - Google Groups
I can't launch Spyder after updating it to the newest version. The crashing blog shows: ... Error reading broker pipe: The pipe has...
Read more >Error reading broker pipe: The pipe has been ended. (0x6D)
I'm trying to run this code string AmountofChange(float a,float b) { double numerator = a - poa; if(numerator<0) { numerator = b -...
Read more >Common Illnesses — Spyder 5 documentation
If you receive the message An error occurred while starting the kernel in the IPython Console, Spyder was unable to launch a new...
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 had the same issue.
conda install pyqt=5.6
solved the issue:conda install pyqt=5.6
:After that, Spyder manages to start.
And if I do
conda upgrade pyqt
:After that, Spyder crashes at startup again.
I was receiving the same error message as the original commentor. I was also only able to get spyder to launch after downgrading to anaconda v 4.4. However, I then ran into the issue where spyder crashed when trying to open a file #3903. I uninstalled Dell Backup and Recovery as described by some users in the thread, which resolved that issue. I next re-updated my anaconda version (5.3.0), and was finally able to get spyder to launch with no issues in the updated version. Perhaps these two issues are linked, and uninstalling the Dell Backup and Recovery will resolve this issue?