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
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
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
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
The text was updated successfully, but these errors were encountered: