-
Notifications
You must be signed in to change notification settings - Fork 19
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
GPU process isn't usable #104
Comments
Thanks! I had exactly the same problem! Your solution also solved it for me. |
I also have this problem (Ubuntu` Linux, 22.04 LTS). Another way to get this working is to use
Specifically, Here is more discussion from the SUSE folks. It seems like the solution is to upgrade to the latest Electron. |
I filed an issue on ElectronBuilder (davidanthoff/ElectronBuilder#4). It seems like the Electron version there needs to be bumped. |
I stumbled on an error trying to use DataVoyager.jl today that led me here. When I try
I get the error
This error seems connected to an Electron issue here and here for Arch Linux users. I also found similar issues for OSX when sandboxing Electron restricts access to GPU processes.
Workaround:
Following the recommendations in the above issues, I was able to avoid the error by changing https://github.com/davidanthoff/Electron.jl/blob/master/src/Electron.jl#L147 to
which adds the sandboxing command directly to the electron call.
After this adjustment, my DataVoyager code works without issue. I'm not familiar with Electron, so I'm not sure if there is a better fix than this, but wanted to share.
The text was updated successfully, but these errors were encountered: