On Mac Pro 16" I have this problem when I perform the prediction:
Traceback (most recent call last): File "smplifyx/main.py", line 272, in <module> main(**args) File "smplifyx/main.py", line 262, in main **args) File "/Applications/MAMP/htdocs/Avatar_smplify-x/smplify-x/smplifyx/fit_single_frame.py", line 546, in fit_single_frame color, _ = r.render(scene, flags=pyrender.RenderFlags.RGBA) File "/Users/pierom/opt/anaconda3/envs/AVATAR/lib/python3.6/site-packages/pyrender/offscreen.py", line 113, in render self._platform.make_uncurrent() File "/Users/pierom/opt/anaconda3/envs/AVATAR/lib/python3.6/site-packages/pyrender/platforms/pyglet_platform.py", line 54, in make_uncurrent pyglet.gl.xlib.glx.glXMakeContextCurrent(self._window.context.x_display, 0, 0, None) AttributeError: module 'pyglet.gl' has no attribute 'xlib'
Hi, everybody! I have this problem I can't solve.
On Mac Pro 16" I have this problem when I perform the prediction:
Traceback (most recent call last): File "smplifyx/main.py", line 272, in <module> main(**args) File "smplifyx/main.py", line 262, in main **args) File "/Applications/MAMP/htdocs/Avatar_smplify-x/smplify-x/smplifyx/fit_single_frame.py", line 546, in fit_single_frame color, _ = r.render(scene, flags=pyrender.RenderFlags.RGBA) File "/Users/pierom/opt/anaconda3/envs/AVATAR/lib/python3.6/site-packages/pyrender/offscreen.py", line 113, in render self._platform.make_uncurrent() File "/Users/pierom/opt/anaconda3/envs/AVATAR/lib/python3.6/site-packages/pyrender/platforms/pyglet_platform.py", line 54, in make_uncurrent pyglet.gl.xlib.glx.glXMakeContextCurrent(self._window.context.x_display, 0, 0, None) AttributeError: module 'pyglet.gl' has no attribute 'xlib'
does anyone know how I can fix this?