-
Notifications
You must be signed in to change notification settings - Fork 12
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
Vispy example crashing #91
Comments
If I install
|
Setting:
at the start of the notebook fixes things. Should the notebook be updated to include this, and also mention that glfw should be installed? |
I don't use vispy but my guess is that it's trying to use glfw or Qt before finally using jupyter_rfb? (Almar, like the wgpu.gui selection before the recent changes) |
The above was on my Linux Desktop. On my laptop, the vispy example notebook works out of the box without any issues. |
I think the best place to solve this is in vispy's offscreen render util (https://github.com/vispy/vispy/blob/main/vispy/app/backends/_offscreen_util.py). It actually needs a real GUI to provide a GL context. It prefers glfw for that, but falls back to whatever gui backends is available otherwise. |
This is a very nice package, thanks! 👍
The basic examples in the notebooks work for me, but when I try and run the vispy one I get the following warnings:
then the kernel dies. I am using the latest developer version of both jupyter_rfb and vispy.
The text was updated successfully, but these errors were encountered: