MPI-IS / mesh

MPI-IS Mesh Processing Library
Other
643 stars 147 forks source link

PyOpenGl GLUT linux #78

Open mzc421 opened 1 year ago

mzc421 commented 1 year ago

I use the Linux system to install mesh and execute$make tests. I report an error. The error is NotImplementedError: Platform does not define a GLUT font retrieval function. The error is said to be the GLUTproblem of plopengl. How can I solve this problem

excalamus commented 1 year ago

Upstream (i.e. pyopengl) suggests Debian-based systems run the following:

sudo apt-get install libosmesa6
export PYOPENGL_PLATFORM=osmesa

Does that help?

Reference: https://github.com/mcfletch/pyopengl/issues/71