-
Notifications
You must be signed in to change notification settings - Fork 234
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
module 'pyglet.gl' has no attribute 'xlib' #113
Comments
I experienced the same issue with pyrender version 0.1.40, the pyglet version installed as a dependency is 1.5.5. I am running MacOS 10.15.4 (Catalina). Steps to reproduce issue
r = pyrender.OffscreenRenderer(width, height)
color, depth = r.render(scene) Exception:
WorkaroundInstalling the previous version of pyrender resolved the issue for me:
|
thx so much import os |
This is not a resolution. You have switched to software rendering with "osmesa". The problem with pyglet and OpenGL rendering on Windows and MacOS remains. It would be great to leave this issue open for the maintainer to see and fix it in the other use cases. |
see #117 |
pyglet version is 1.4.10 and there is an error: module 'pyglet.gl' has no attribute 'xlib'
anyone can help me?
The text was updated successfully, but these errors were encountered: