ntamotsu

Results 2 comments of ntamotsu

@soumitri2001 I encountered the same error, but managed to resolve it using the following steps: 1. Set the environment variables: ```python import os os.environ['DISPLAY'] = ':0.0' os.environ['PYOPENGL_PLATFORM'] = 'egl' ```...