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

installation fails due to mujoco #160

Closed
dan9thsense opened this issue Jun 9, 2019 · 4 comments
Closed

installation fails due to mujoco #160

dan9thsense opened this issue Jun 9, 2019 · 4 comments

Comments

@dan9thsense
Copy link

dan9thsense commented Jun 9, 2019

Trying to follow the simplest method to get started from here. pip install -e . fails with multiple messages about MuJoCo. Thinking that was OK, since MuJoCo is optional, I proceeded to try to run the Check Your Install line. However, that fails with multiple things not installed, because the original installation dies after failing to install MuJoCo. This is true both on Ubuntu 16.04 and 18.04.
`

@dan9thsense
Copy link
Author

Resolved by removing line 23 from the setup.py file:
'mujoco-py<2.1,>=2.0',

If MuJoCo is optional, why is it included in the default setup.py file?

And, editorial comment, MuJoCo is very expensive, so unless it is truly optional, this is not really an open source project.

@bionicles
Copy link

bionicles commented Jun 10, 2019

same issue here. your fixed worked @dan9thsense... it would be good if mujoco install was off by default as it is a paid package

@ibrahiminfinite
Copy link
Contributor

@dan9thsense @bionicles
MuJoCo install, has been made optional with PR #163.

@dan9thsense
Copy link
Author

Thanks for the fast response!

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

3 participants