-
Notifications
You must be signed in to change notification settings - Fork 55
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
Error: No compatible device found #154
Comments
You likely won't be able to run the current version of Blitz on a server that doesn't have a GPU. This is because of our dependency on
That's definitely something I would like to do long-term. But isn't on our short-term roadmap. I'd be happy to provide pointers if this is something that you would be interested in implementing. |
I see, server with a GPU is pretty expensive, I'll keep waiting for someone to implement a Skia renderer 😅 |
@ducan-ne I've discovered a 3rd approach. Install software GPU emulation: See https://github.com/linebender/vello/blob/main/.github/workflows/ci.yml#L210 |
hey @nicoburns, thanks it's working Should I close this issue now? |
I'm going to close this one, but I've opened #157 to track the cpu-renderer feature. |
I’m getting an error when trying to run Blitz (https://github.com/DioxusLabs/blitz) on a server. Are there any native dependencies required to run Blitz? I suspect the issue might be GPU-related, as my server only has CPU.
The error is triggered by this code:
blitz/packages/blitz-renderer-vello/src/renderer.rs
Line 181 in 5caf93c
The text was updated successfully, but these errors were encountered: