EPG icon indicating copy to clipboard operation
EPG copied to clipboard

setting mujoco environment issue

Open Jeiyoon opened this issue 4 years ago • 0 comments

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

Jeiyoon avatar Jun 12 '20 07:06 Jeiyoon