-
Notifications
You must be signed in to change notification settings - Fork 816
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
No matching distribution found for mujoco-py<2.2,>=2.1 #647
Comments
This is not released yet. The OpenAI team will make a release soon. In the meantime installing the latest version via
will work for you. Update: Don't forget adding |
That worked (only with Python 3.7 though because of Numpy dependency). Thanks for the quick reply. |
I'm getting a nasty error message
|
@MotorCityCobra Please put your messages into codeblock (three backticks). Regarding your problem: I bet you didn't run |
@wookayin If it is not released why did you update the README.md to say to run the command. I do the the releases for TF-Agents and Reverb (for DeepMind) and I don't update the instructions until I am pushing out the release. You updated the README 11 days ago. There is a lot of sloppiness in research which makes these issues more difficult. TF-Agents has released CQL-SAC but we used D4RL and D4RL depends on dm_control (but they do so via github because they are also a bit sloppy) and dm_control is now looking for Mujoco 2.1. So I moved to Mujoco 2.1 but now I cannot build mujoco-py. None of this is your fault in anyway other than why update the README before you release the code. It is 10pm on a Saturday night. It is might fault for even working on it. Oh well. Hopefully I will notice a work around tomorrow or wait a few weeks until everything related to MuJoCo 2.1 is sorted out with the major libraries. Thank you for maintaining this project, I know how thankless it can be from all directions. I tried running This works without having to install from github: export MUJOCO_PY_MUJOCO_PATH=/root/.mujoco/mujoco210 But you still need the license file because mojoco-py is helpful in trying to help avoid errors at runtime. I have not checked if you can pass an ENV_VAR to skip that for now. I don't want to build from github. |
I give up and built from head given the other changes that look like they are also needed to use MuJoCo 2.1. I can go with way for a few weeks (I hope less) with a big TODO(b/xxxxxxx) until an official release occurs and then swap it. Everything seems ok now. Smelly but ok. |
@tfboyd Actually, I am not a maintainer of the project -- I just happened to contribute to mujoco_py recently and was helping other users in several github issues as a community contributor because the official maintainers have been not responding to those issues. README.me was updated in the PR #640 (by @nimrod-gileadi, not me :P ); I agree that README.md should have not updated yet -- it should've done after the official release to avoid a confusion. I had hoped that the release would be made very soon, but it didn't. @matthiasplappert @jonasschneider, Can we please have your attention on this so that mujoco_py 2.1 can be released as soon as possible, given that a lot of research projects depend on mujoco-py? |
@matthiasplappert @jonasschneider @MillionIntegrals Any updates? |
I am working off head for the docker build. I seeing hanging 10-20% of the
time. I have no idea where it is hanging and this is in no way a bug
report. I likely should not mention it in this thread. One of those, is
anyone else seeing this? and I do not want to suggest a root cause as I
have no idea.
…On Thu, Nov 18, 2021, 4:03 PM Jongwook Choi ***@***.***> wrote:
@matthiasplappert <https://github.com/matthiasplappert> @jonasschneider
<https://github.com/jonasschneider> @MillionIntegrals
<https://github.com/MillionIntegrals> Any updates?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#647 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFTF5MVRITHZL6A5RMVAY6TUMVS2XANCNFSM5HHNOMKA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
I've just released a new version of |
@matthiasplappert THANK YOU. You rock. I own a bunch of our OSS releases and I know it is not always as easy as people might think. |
I tried to install
mujoco-py 2.1
. This is the error I am getting.OS: Ubuntu 16.04
Python: 3.6.13
Mujoco Version: mujoco210
mujoco-py version 2.1
I do not see any
2.1.*
release in https://pypi.org/project/mujoco-py/#historyPlease help, Thanks!
The text was updated successfully, but these errors were encountered: