when import pyrender: ('Unable to load EGL library', )
sora158 opened this issue · 1 comments
sora158 commented
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
jsehnert commented
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.