-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spyder not opening: ERROR:broker_win.cc(59)] Error reading broker pipe #7690
Comments
The only thing we know about this problem is that it's caused by firewalls and/or antivirus. Sorry but there's nothing else we can do to help you. |
Solved the problem by disabling the integrated graphics. |
What do you mean by that exactly? Please explain it in more detail so we can help others. |
So my laptop has an intergrated Intel UHD graphics card and an independent GTX graphics card. |
Ok, thanks a lot for that! |
FYI, I ran into the same problem on my (factory-fresh, clean-installed) Windows 10 (1803) test machine with only the default Windows Defender and firewall disabled, and regardless of which GPU was enabled or how I'd installed Spyder 4. It only occurred with Spyder 4 (not when downgrading to 3.3.1 in the same env), and did not experience the same issue running through the identical procedure and environment on my Windows 8.1 machine even with Windows Firewall enabled. The above fix did not work, despite also have a similar Intel/Nvidia GPU setup. However, when I then ran More details about what I tried, what worked and what didn't: Problem occurred on: Things that made no difference both when Spyder worked and when it didn't:
More details: Both those machines have identical hardware (they're two copies of the same laptop model), with a Nvidia GTX 670M and an Intel HD4000, and Spyder was installed in brand-new, identical clean environments on each (just I tried both setting the Nvidia GPU as the global preferred GPU for everything in the Nvidia control panel, as well as disabling the Intel one in device manager, but even after restarting Anaconda prompt and trying to launch Spyder via the above methods, the problem still reoccurred. Switching to Spyder 3.3.1 in the same environment with Finally, I checked out an older |
@CAM-Gerlach, the new |
Please see PR #7700 to see how to use it. |
@ccordoba12 Thanks. I actually saw that after I wrote the post, and wondered if that might have made an impact. However, as I mentioned above, I've been unable to reproduce the issue again after, at the very end of trying the steps described in the "Details" dropdown without success, I downgraded Qt/PyQt and upgraded again in that environment, even in a totally new environment following the exact same steps that produced the problem originally. If I do run into other Qt-related issues in the future, I'll be sure to try that, and if it is a common solution to a common issue, we can add it to the Troubleshooting Guide. Qt WebEngine-wise I do get command-line warnings on either machine about being unable to move the WebEngine cache if I have another copy of Spyder open (since it's using it), but it doesn't seem to cause any actual issues and in any case is presumably entirely unrelated. |
Thanks and it surprisingly works |
As a general FYI for anyone else with this problem reading this thread, @Antzxz mentioned on #8211 that uninstalling "Dell Backup and Recovery" (which is known to cause many conflicts with other software, including Spyder) and reinstalling Anaconda solved this problem for them. |
Issue Report Checklist
conda update spyder
(orpip
, if not using Anaconda)jupyter qtconsole
(if console-related)spyder --reset
Problem Description
Spyder cannot launch correctly from Anaconda Navigator or cmd or GitBash. Antivirus offloaded, only Windows defence on, all other tools and IDEs on Anaconda work well.Tried multiple other ways entioned on github (restart, reinstall, pyqt, reset, update, downgrade) but still doesn't work.
What steps reproduce the problem?
What is the expected output? What do you see instead?
Expecting Spyder to launch, but it failed to. The Spyder launching interface loaded at first and it said "initialization", "starting editor" etc, and the bigger UI window poped out (without any content), but it then it "no response" and the whole window just crashed, error msg in console was:
Paste Traceback/Error Below (if applicable)
Versions
Dependencies
The text was updated successfully, but these errors were encountered: