Open huangzijian1998 opened 4 years ago
I had the same issue and have fixed it by using this command: export MESA_GL_VERSION_OVERRIDE=3.3
@tamBou Hello :) would you please let us know where you put the 'export...=3.3' code??
Hello! After pip install PyOpenGL I put: export MESA_GL_VERSION_OVERRIDE==3.3
First, I encountered the bug 'ImportError: cannot import name 'ModelOutput''. Then, I modified the code from 'from smplx.body_models import ModelOutput' to 'from smplx.body_models import SMPLOutput' in smpl.py. Finally, I encountered the bug OpenGL.error.GLError: GLError( err = 1282, description = b'invalid operation', baseOperation = glGetUniformLocation, cArguments = (3, b'ModelMat\x00'), result = -1 ) and I don't know how to solve it. Could you please help me?