mesh
mesh copied to clipboard
Some problems with pyopen-gl
OS : Pop OS 20.04
python 3.8.2
Hey guys I followed the instructions specified in the readme for installation for this package and ran into the following issues
After running make tests the open-gl test failed : t
his test just opens a mesh window, waits, and kills the window ... OpenGL test failed:
and when I try to view a mesh by running : meshviewer view data/unittest/sphere.obj I get this output but the viewer does not open
INFO:root:started remote viewer on port 55262
After running sudo apt-get install python3-opengl
Everything works perfectly fine
Do you think this should be included in installation instructions or is this problem specific to my system.
I meet the same issure.After running sudo apt-get install python3-opengl, it works.Thanks.
I get this output but the viewer does not open
INFO:root:started remote viewer on port 55262
I met the same issue but sudo apt-get install python3-opengl didn't help.