Open maple52046 opened 4 years ago
Hi,
I'm a new user of Mujoco, I want to run a python program with mujoco_py on Windows 10:
mujoco_py
# model = xxx sim = mujoco_py.MjSim(model) sim.render(width=32, height=32, camera_name="birdview")
And I got an error when the render function is running:
render
ERROR: GLEW initialization error: Missing GL version
Here are the software version:
And Python packages:
mujoco-py==2.0.2.0 PyOpenGL==3.1.5
The simulate.exe of Mujoco is worked. So I think Mujoco and mujoco-py are installed well.
simulate.exe
How can I fix this issue?
I've also tried Mujoco 200, but it's the same situation.
Did you find a solution?
Unfortunately, not yet. We just move the development env to Linux.
Sad to use mojoco on windows..
Hi,
I'm a new user of Mujoco, I want to run a python program with
mujoco_py
on Windows 10:And I got an error when the
render
function is running:Here are the software version:
And Python packages:
How can I fix this issue?