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

setting mujoco environment issue #7

Open
Jeiyoon opened this issue Jun 12, 2020 · 0 comments
Open

setting mujoco environment issue #7

Jeiyoon opened this issue Jun 12, 2020 · 0 comments

Comments

@Jeiyoon
Copy link

Jeiyoon commented Jun 12, 2020

hi I installed all the requirements and tried to run your code.

but there are unresolved mujoco issues

(1)

E Exception:
E Missing path to your environment variable.
E Current values LD_LIBRARY_PATH=
E Please add following line to .bashrc:
E export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/usr/.mujoco/mujoco200/bin

after added

"export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/usr/.mujoco/mujoco200/bin"

to ~/.bashrc, I encountered different issue:

(2)

E Exception:
E Missing path to your environment variable.
E Current values LD_LIBRARY_PATH=:/home/k4ke/.mujoco/mujoco200/bin
E Please add following line to .bashrc:
E export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/nvidia-418

after added

"export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/nvidia-418"

to ~/.bashrc, I encountered different issue:

(3)

E distutils.errors.DistutilsExecError: command 'gcc' failed with exit status 1

I did everything i could but they didn't wokr at all

so please how could i fix it

thank you

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

1 participant