Error occurred while running `from pyglet.gl import *`HINT: make sure you have OpenGL install. On Ubuntu, you can run 'apt-get install python-opengl'.

发布时间 2023-04-08 06:30:25作者: Death_Knight

安装mujoco后运行可视化界面代码报错:

Error occurred while running `from pyglet.gl import *`HINT: make sure you have OpenGL install. On Ubuntu, you can run 'apt-get install python-opengl'.

 

 

 

解决方法:

sudo apt-get install python-opengl