-
Notifications
You must be signed in to change notification settings - Fork 27
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
osmesa error #21
Comments
File "./src/model/SADRNv2.py", line 98, in forward |
1 similar comment
File "./src/model/SADRNv2.py", line 98, in forward |
How did you fix the first error? I have the same error. |
Hello, Have you addressed this problem? |
raceback (most recent call last):
File "src/run/predict.py", line 22, in
from src.visualize.render_mesh import render_uvm #render_face_orthographic,
File "/workspace/SADRNet/./src/visualize/render_mesh.py", line 16, in
r = pyrender.OffscreenRenderer(CROPPED_IMAGE_SIZE, CROPPED_IMAGE_SIZE)
File "/usr/local/lib/python3.8/dist-packages/pyrender/offscreen.py", line 31, in init
self._create()
File "/usr/local/lib/python3.8/dist-packages/pyrender/offscreen.py", line 134, in _create
self._platform.init_context()
File "/usr/local/lib/python3.8/dist-packages/pyrender/platforms/osmesa.py", line 19, in init_context
from OpenGL.osmesa import (
ImportError: cannot import name 'OSMesaCreateContextAttribs' from 'OpenGL.osmesa' (/usr/local/lib/python3.8/dist-packages/OpenGL/osmesa/init.py)
The text was updated successfully, but these errors were encountered: