-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Unsigned mjpython
executable causes SIGKILL on OSX
#64
Comments
Argh, I had no idea a mjpython executable was installed in macos at all. Do other mujoco executables work on Mac? |
handle = mujoco.viewer.launch_passive(
^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: `launch_passive` requires that the Python script be run under `mjpython` on macOS But then I get SIGKILL immediately. |
|
Yes, |
Possibly related issue: google-deepmind/mujoco#1923 . |
Solution to issue cannot be found in the documentation.
Issue
The
mjpython
(version 3.2.0) executable in the Mujoco environment crashes immediately upon launch due to a code signing validation error, resulting in a SIGKILL signal. After checking the code signature withcodesign --verify --deep $(which mjpython)
, I get:Translated Report
Full Report JSON
Installed packages
The text was updated successfully, but these errors were encountered: