-
Notifications
You must be signed in to change notification settings - Fork 813
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to install mujoco-py in a server without root privileges? #627
Comments
Did you find a solution to this problem? I am facing the same issue. |
I solved this issue with conda.
Then add your conda environment include to CPATH (put this in your .bashrc to make it permanent):
Finally, install patchelf with |
Thank you so much @ezhang7423! Really appreciate your help. After installing these conda packages, I also had an issue to find lGL ( What I did was to copy the |
Note that this works for python 3.8 |
@luckeciano i had the same problem,have you solved it yet |
For people who installed these libraries to the non-base conda environment and have to batch script on a cluster machine: you might want to add this to your
|
Still not working for me. |
I had the same problem and it works for me. |
Hi, I solved this issue. But I still got missing -IOSMesa. Is there a similar way to solve this one as well? I don't have root access and use conda to install everything. Thank you. |
@sophistz Hi! I met the same issue. I checked my
After |
Hello,
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 executesudo apt install libosmesa6-dev libgl1-mesa-glx libglfw3
)Is there any way to install it without root access?
Thanks!
The text was updated successfully, but these errors were encountered: