-
Notifications
You must be signed in to change notification settings - Fork 800
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
MuJoCo mjpython
fails with uvx
#8953
Comments
Interesting. Does this only happen with uv-installed Pythons? |
Hey @charliermarsh, thanks for getting back so quick! It happens both with uvx, and if I install uv with pip then do |
Does it happen with |
Hi @zanieb, that actually works! Should I just run that all the time? Could you explain what's going on if possible? |
You could. Though using our managed distributions has various benefits, there are some short-coming for situations like this.
The distributions we include are "standalone" which means they're easy to distribute for a wide range of systems, but this means they have some quirks since it's a relatively new paradigm for Python distributions. MuJoCo is looking for There's sort of a similar issue in #8879 We're looking at fixing this behavior but it's a pretty hard problem. |
Related issue, I encountered this a while back: google-deepmind/mujoco#1923 I didn't spend time finding a solution to this, and reverted back to using |
MuJoCo ships with an
mjpython
executable that is only needed on MacOS (related to launching UI on main thread). Unfortunately, runninguvx --from mujoco mjpython
on macOS fails with the following error message:The text was updated successfully, but these errors were encountered: