-
Notifications
You must be signed in to change notification settings - Fork 319
Pin mujoco-py to fix gcc error #1996
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1996 +/- ##
==========================================
- Coverage 93.55% 93.54% -0.01%
==========================================
Files 190 190
Lines 10165 10165
Branches 1266 1266
==========================================
- Hits 9510 9509 -1
+ Misses 425 424 -1
- Partials 230 232 +2
Continue to review full report at Codecov.
|
I hadn't tried changing mujoco-py versions because there are successful runs with 2.0.2.13: This started breaking 3 days ago but I don't see any new mujoco-py or conda releases in that period. Anyway, I tried with different versions and somehow 2.0.2.8 works fine and so does 2.0.2.10 but 2.0.2.9 doesn't. Didn't find anything in the recent commits that would break stuff: https://github.com/openai/mujoco-py/commits/master |
Yes, both conda and mujoco-py don't have any releases. I think this problem may be caused by some packages that mujoco-py relies on. |
@Mergifyio backport release-2020.06 |
Command
|
The latest mujoco-py is broken because of gcc related bug. Currently we just pin its version to 2.0.2.8. This should close #1989.