-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Comments
Resolved by removing line 23 from the setup.py file: 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. |
same issue here. your fixed worked @dan9thsense... it would be good if mujoco install was off by default as it is a paid package |
@dan9thsense @bionicles |
Thanks for the fast response! |
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 theCheck 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.`
The text was updated successfully, but these errors were encountered: