You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bugTo Reproduce
When I use the Quickstart codes of robosuite, it work perfectly when I use:
env = suite.make(
env_name="Lift", # try with other tasks like "Stack" and "Door"
robots="Panda", # try with other robots like "Sawyer" and "Jaco"
has_renderer=True,
has_offscreen_renderer=False,
use_camera_obs=False,
)
But when I use:
env = suite.make(
env_name="Lift", # try with other tasks like "Stack" and "Door"
robots="Panda", # try with other robots like "Sawyer" and "Jaco"
has_renderer=False,
has_offscreen_renderer=True,
use_camera_obs=True,
)
it dose not work, and there is an error GLEW initalization error: Missing GL version.
Error Messages
GLEW initalization error: Missing GL version
Desktop (please complete the following information):
OS: Ubuntu20.04
Python Version 3.8.12
Mujoco Version 200
mujoco-py version 2.0.2.13
I have try below to slove this problem, but this don't help.
Describe the bug To Reproduce
When I use the Quickstart codes of
robosuite
, it work perfectly when I use:But when I use:
it dose not work, and there is an error
GLEW initalization error: Missing GL version
.Error Messages
GLEW initalization error: Missing GL version
Desktop (please complete the following information):
I have try below to slove this problem, but this don't help.
How can I do it?
The text was updated successfully, but these errors were encountered: