You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
~/anaconda3/lib/python3.6/site-packages/pyrender/platforms/pyglet_platform.py in init_context(self)
36 'context. If you\'re logged in via SSH, ensure that you\'re ' 37 'running your script with vglrun (i.e. VirtualGL). The '---> 38 'internal error message was "{}"'.format(e) 39 ) 40 ValueError: Failed to initialize Pyglet window with an OpenGL >= 3+ context. If you're logged in via SSH, ensure that you're running your script with vglrun (i.e. VirtualGL). The internal error message was "'NoneType' object has no attribute 'setView_'"
Can anyone give me some help?
The text was updated successfully, but these errors were encountered:
I get this error when running on an Ubuntu machine without a server -- error is resolved if you run import os; os.environ['PYOPENGL_PLATFORM'] = 'egl' as described in the README.
I tried to run the sample points demo.
I got some errors:
Can anyone give me some help?
The text was updated successfully, but these errors were encountered: