expose icon indicating copy to clipboard operation
expose copied to clipboard

when import pyrender: ('Unable to load EGL library', )

Open sora158 opened this issue 3 years ago • 1 comments

When I run the demo.py, error happened: raise ImportError("Unable to load EGL library", *err.args) ImportError: ('Unable to load EGL library', 'EGL: cannot open shared object file: No such file or directory', 'EGL', None) full error output is below: error.txt

sora158 avatar Nov 12 '22 12:11 sora158

If you are using windows (10), you can just comment out the demo.py line that assigns to os.environ['PYOPENGL_PLATFORM']. This worked for me. You will need to restart your kernel to remove the environ variable that was previously set.

jsehnert avatar Jul 25 '23 16:07 jsehnert