Fail to "pip install mujoco" on M2 chip MacOS #2211
-
IntroHi! I am an undergrad at UW, I want to use MuJoCo for my research on RL. My setupChip: Apple M2 My questionWhen I try running `(mujoco) ➜ ~ pip install mujoco × Building wheel for mujoco (pyproject.toml) did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. When looking through previous issues #1128 and #1079, I have verified that I am using the correct conda installation for my architecture and installing MuJoCo from PyPI with Minimal model and/or code that explain my questionNo response Confirmations
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
After downgrading to python=3.12.7, the installation works fine! Sorry, I did not realize Python 3.13 was not supported at this time. |
Beta Was this translation helpful? Give feedback.
After downgrading to python=3.12.7, the installation works fine! Sorry, I did not realize Python 3.13 was not supported at this time.