Open smorad opened 21 hours ago
I don't think we support 3.13 yet? @nimrod-gileadi do you remember the status of this?
I ran into the same issue. Using python 3.12 instead of 3.13 resolved the problem for me. Would be helpful, if you could provide a more meaningful error message if a specific python version is not (yet) supported.
Yeah, we don't release binary wheels for Python 3.13 yet, and the error you see comes from PyPI trying and failing to build the mujoco bindings from source.
Intro
Hi!
I am a professor at the University of Macau, and I use MuJoCo for my research on RL.
My setup
What's happening? What did you expect?
mujoco
fails to install on the latest python, but succeeds on an older version of pythonSteps for reproduction
pip install mujoco
for python 3.13.Code required for reproduction
The following works
Using the latest python
Results in
Confirmations