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
{{ message }}
This repository was archived by the owner on May 29, 2026. It is now read-only.
I started to use Mujoco in a shared server (Ubuntu 18.04). I would like to install mujoco-py package there, but I don't have root privileged to install dependencies (e.g., I can't execute sudo apt install libosmesa6-dev libgl1-mesa-glx libglfw3)
Is there any way to install it without root access?
Hello,
I started to use Mujoco in a shared server (Ubuntu 18.04). I would like to install
mujoco-pypackage there, but I don't have root privileged to install dependencies (e.g., I can't executesudo apt install libosmesa6-dev libgl1-mesa-glx libglfw3)Is there any way to install it without root access?
Thanks!