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

Missing path to your environment variable (mujoco210) #40

Closed
bkpcoding opened this issue Nov 1, 2021 · 2 comments
Closed

Missing path to your environment variable (mujoco210) #40

bkpcoding opened this issue Nov 1, 2021 · 2 comments
Labels
offtopic This issue isn't about MuJoCo

Comments

@bkpcoding
Copy link

Hey,
Today my license for mujoco expired so I downloaded the open-source version from DeepMind website "mujoco210" and placed it in ~/.mujoco folder and added the following line to my .bashrc file and source my .bashrc file.

export LD_LIBRARY_PATH=/home/sagar/.mujoco/mujoco210/bin
export PATH="$LD_LIBRARY_PATH:$PATH"

But still, I get the following error:

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

Can someone tell me if I am missing any point?
OS: Ubuntu 20.04 LTS
Python version: 3.7.5
Conda version: 4.10.1

@saran-t
Copy link
Member

saran-t commented Nov 1, 2021

This is an issue with mujoco-py rather than MuJoCo itself. Our team has sent a pull request to mujoco-py to upgrade it to work with 2.1 but so far their maintainers haven't responded. In the meantime, you should be able to proceed by patching the pull request locally.

@saran-t saran-t closed this as completed Nov 1, 2021
@saran-t saran-t added the offtopic This issue isn't about MuJoCo label Nov 1, 2021
@bkpcoding
Copy link
Author

This command did the job. First had to uninstall the previous mujoco-py version.

pip install free-mujoco-py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
offtopic This issue isn't about MuJoCo
Projects
None yet
Development

No branches or pull requests

2 participants