Python Bindings support for Python 3.14 #2978
Replies: 2 comments
-
|
Interestingly, the bindings advertise Python 3.9 (EOL) to 3.12 support, but 2 weeks ago wheels for 3.10 to 3.13 (without free-threading) have been released: Can the build be synchronized with the actual Python support range, hopefully including 3.14? |
Beta Was this translation helpful? Give feedback.
-
|
This is expected behavior with Python 3.14. Currently, MuJoCo does not provide prebuilt wheels for Python 3.14. For Python 3.13 and below, wheels are available, so installation works Recommended workaround:
Example: Regarding timeline: So for now, sticking with Python 3.13 is the safest option. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Intro
Hi!
I am a graduate student, and I've been using MuJoCo for my research with reinforcement learning.
My setup
Python: 3.14.2
MuJoCo: 3.4.0 (PyPI)
OS: RHEL 8.10; also tried on Windows 11
My question
I'm trying to install MuJoCo via
pip install mujocoBut during the installation on, it throws this error:
This error only appears if I use Python 3.14.x. But for Python 3.13.x,
pip install mujocoworks fine.Is there an estimated timeline for the availability of wheels for Python 3.14.x?
Thank you.
Minimal model and/or code that explain my question
No response
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions