MPI-IS / mesh

MPI-IS Mesh Processing Library
Other
673 stars 155 forks source link

PyOpenGl GLUT linux #78

Open mzc421 opened 2 years ago

mzc421 commented 2 years 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

xiaohu-art commented 3 months 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: mcfletch/pyopengl#71

I am sorry but this doesn't work for me, may I know the version of PyOpenGL and pyrender of you?