That would have been too easy! Maybe try
echo $PYOPENGL_PLATFORM
and if it is not set, set it with
export PYOPENGL_PLATFORM=egl
in the shell that you run assign from.
That would have been too easy! Maybe try
echo $PYOPENGL_PLATFORM
and if it is not set, set it with
export PYOPENGL_PLATFORM=egl
in the shell that you run assign from.