Skip to content
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

Environment creation via gpu-env.yml fails #48

Open
aka-sova opened this issue May 28, 2022 · 1 comment
Open

Environment creation via gpu-env.yml fails #48

aka-sova opened this issue May 28, 2022 · 1 comment

Comments

@aka-sova
Copy link

By following the instructions, and creating the environment via the 'gpu-env.yml' declaration,
the command fails during the pip installation phase.

First, the following step seems to be omitted, but I think is necessary:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home//.mujoco/mjpro150/bin

(where is your username).

But even after that, I get a "Pip failed" error, and it seems to stem from the following error:
"fatal error: mjmodel.h: No such file or directory".

can you relate to this problem? How do I solve it?
Alex

@jannerm
Copy link
Owner

jannerm commented May 29, 2022

I think that header file should be found by these lines in the mujoco builder. Can you verify that mjmodel.h is present in ~/.mujoco/mjpro150/include/?

If you want to force mjpro_path in that file, you can set the environment variable MUJOCO_PY_MJPRO_PATH.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants