MPI-IS / mesh

MPI-IS Mesh Processing Library
Other
663 stars 152 forks source link

Some problems with pyopen-gl #44

Open ashwath98 opened 4 years ago

ashwath98 commented 4 years ago

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.

wqs111000 commented 4 years ago

I meet the same issure.After running sudo apt-get install python3-opengl, it works.Thanks.

iluvrachel commented 3 years ago

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.