-
Notifications
You must be signed in to change notification settings - Fork 51
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
Can mimicgen be run on M2 Chip in MacOS Sonoma? #27
Comments
I have not tested on Macbook M2, but MimicGen works fine on M1. Do you know which package is asking for the GCC executable? |
This is the full error -
Looks like its mujoco, maybe its an issue with my mujoco installation? Not sure. |
Yes this is related to mujoco-py, which is deprecated. You should be using the mujoco bindings from DeepMind which can be installed with a simple |
When I run the following command -
python mimicgen/scripts/prepare_src_dataset.py --dataset datasets/source/coffee.hdf5 --env_interface MG_Coffee --env_interface_type robosuite
I get the following error -
When I try to install gcc9 using
brew install gcc@9
using the above hint I get the following error -Looks like the root cause of this is ISA incompatibility of gcc9 and the underlying ARM ISA of M2 chip + Sonoma.
Any workaround to get mimicgen running on macos? or is it only on linux based systems?
Thanks!
My system specification are the following -
The text was updated successfully, but these errors were encountered: