Open mzc421 opened 2 years ago
Upstream (i.e. pyopengl
) suggests Debian-based systems run the following:
sudo apt-get install libosmesa6
export PYOPENGL_PLATFORM=osmesa
Does that help?
Upstream (i.e.
pyopengl
) suggests Debian-based systems run the following:sudo apt-get install libosmesa6 export PYOPENGL_PLATFORM=osmesa
Does that help?
Reference: mcfletch/pyopengl#71
I am sorry but this doesn't work for me, may I know the version of PyOpenGL and pyrender of you?
I use the Linux system to install mesh and execute
$make tests
. I report an error. The error isNotImplementedError: Platform does not define a GLUT font retrieval function
. The error is said to be theGLUT
problem ofplopengl
. How can I solve this problem