-
Notifications
You must be signed in to change notification settings - Fork 5k
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
How to deal with chrome failing to launch GPU process #2836
Comments
I have the same problem with Chrome, just installed today. |
I get the same error "ERROR:browser_gpu_channel_host_factory.cc(103)]" and the notebook does Not automatically open in a new tab (I have to manually copy and past the link)... any solution ? |
It used to work fine in my Chrome, until something happened to it, I had to re-install Chrome and deactivate the GPU ... after this deactivation, the Jupyter NB problem started occuring ... any body solved it in Chrome (without having to change browsers) ? |
I have the same problem as David1309. The notebook does not automatically open in the new tab and I've been manually copy pasting the link. And recently, I get the following error: I did not used to get the above error before and until I updated nvidia driver, which caused a login loop issue and then i had to purge all the nvidia drivers manually and installed a stable version. Since then I get the above mentioned error. |
I don't use Jupyter but I arrived at this issue from googling the error message. The cause seems to be the |
Any idea about the fix ? |
I had this same error ("ERROR:browser_gpu_channel_host_factory.cc(108)] Failed to launch GPU process"). After running jupyter notebook, I would get a new tab in google-chrome, but it would be blank. Following but slightly modifying @wewan's advice, I ran "export BROWSER=google-chrome". Then running jupyter notebook worked as expected. I am using Ubuntu 16.04, Google Chrome 62.0.3202.62, and Jupyter 4.3.0. Also, if this works, you'll obviously want to add the export command to your .bashrc or .bash_profile |
"export BROWSER=google-chrome" command worked for me as well. Thanks for the help :-) |
I'm curious. For those that fixed the issue with |
@shawninder I believe the variable was blank before |
Nice, "export BROWSER=google-chrome" works! |
I use Windows Update to update everything related to .NET Framework and fixes the issue. Two updates I run that made the fix are KB4057272 and KB4033369. Hope this helps. |
"export BROWSER=google-chrome" works for me too! Thanks :) |
For me (Manjaro GNOME) setting |
"export BROWSER=google-chrome" works for me too! But to add this item before "anaconda3 path variable"! |
Works for me on Ubuntu 16.04 and the newest Nvidia driver (390) on the Nvidia 1070 |
In Arch Linux, is |
i am trying to configure debugging port for google chrome extension for Visual studio for client side debugging like below and getting similar error,
i have tried |
i have the same issue, but this time i'm trying to launch a bokeh app on chrome. i cant use firefox because the cpu load gets to 60% [14376:14415:0324/221147.264622:ERROR:browser_gpu_channel_host_factory.cc(121)] Failed to launch GPU process. |
i've the same issue too. Jupiter 5.0.0, Radeon pro 560 (Mac). |
Just FYI, this error is happening with my other use of |
I have the same issue on MAC. I have tried |
Also tried I am using Ubuntu 16.04, Google Chrome Version 65.0.3325.181, and Jupyter 5.4.1. |
I am opening urls in browser with webbrowser python's module and I see this message |
In adition to this issue, if you are using chrome this error could also appear: |
The problem does not appear after the update OS.... |
For me the export BROWSER=google-chrome[-stable] works. But i'm really wondering why and how is this environment variable is connected with dbus and GPU support of chrome... Can anyone provide some references? By the way @Pastafarianist what do you mean by 'browser doesn't launch entirely'? Do some or all of your extensions are disabled or somewhat? Because this sounds attractive and i'm also concern about it and want to figure out whether the "not lauching entirely" problem will happen on my laptop someday. |
@EvansDaniel Thanks, "export BROWSER=google-chrome" works for me too. With OS Ubuntu16.04 LTS |
Thanks @EvansDaniel (also @ShamCondor and @dartdog ) ! Adding "export BROWSER=google-chrome" to .bashrc (and opening a new terminal) worked for me too! OS Ubuntu 10.04 LTS. |
Thanks, all for the discussion and help here. ❤️ I'm closing this issue as part of an issue triaging effort. |
Hi. The issue is specifically about this error:
[6875:6912:0911/093717.922624:ERROR:browser_gpu_channel_host_factory.cc(103)] Failed to launch GPU process.
Whenever I launch Jupyter Notebook in Chrome (latest build, Hardware Acceleration enabled, on Ubuntu 16.04), the terminal throws me that error. However, this is not the case with Firefox. Any ideas on why this happens?
The text was updated successfully, but these errors were encountered: