dm_control icon indicating copy to clipboard operation
dm_control copied to clipboard

Illegal hardware instruction on Apple's ARM-64

Open TianshuangQiu opened this issue 3 years ago • 1 comments

After installing dm_control in a conda environment the following command from dm_control import mujoco gives zsh: illegal hardware instruction python3

It seems that tensorflow has a similar issue due to Apple not supporting AVX instructions, is it a similar issue here?

TianshuangQiu avatar Sep 23 '22 20:09 TianshuangQiu

Install MuJoCo 2.1 or higher properly as instructed in https://github.com/deepmind/mujoco, and it should work on an arm64 mac. Or if you use mujoco>=2.2, the Apple Sillicon native binary for mujoco will be automatically shipped with the python package.

wookayin avatar Oct 13 '22 03:10 wookayin