The upstream mujoco-py package is no longer receiving regular updates to work with updates to mujoco. I will make some attempt to keep it working but I recommend switching to python-mujoco (import mujoco
instead of import mujoco_py
) if possible.
Search Criteria
Package Details: python-mujoco-py 2.1.2.14-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-mujoco-py.git (read-only, click to copy) |
---|---|
Package Base: | python-mujoco-py |
Description: | Python interface to the MuJoCo physics engine |
Upstream URL: | https://github.com/openai/mujoco-py |
Licenses: | custom, MIT |
Submitter: | elanglois |
Maintainer: | None |
Last Packager: | elanglois |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2020-04-08 02:18 (UTC) |
Last Updated: | 2022-04-29 17:57 (UTC) |
Dependencies (12)
- cython (cython-gitAUR, cython0)
- libgl (nvidia-340xx-utilsAUR, amdgpu-pro-oglpAUR, libglvnd)
- mesa (mesa-d3d12AUR, mesa-panfork-gitAUR, mesa-steamosAUR, mesa-amdonly-gaming-gitAUR, mesa-nightly-nvk-rusticl-intelrt-gitAUR, mesa-rusticl-gitAUR, mesa-minimal-gitAUR, mesa-gitAUR, mesa-amber)
- mujocoAUR (mujoco-gitAUR, mujoco-binAUR)
- python (python32AUR, python37AUR, python310AUR)
- python-cffi
- python-fasteners (python-fasteners-gitAUR)
- python-glfw
- python-imageioAUR
- python-numpy (python-numpy1.22AUR, python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-openblasAUR, python-numpy-mklAUR, python-numpy-gitAUR)
- patchelf (patchelf-gitAUR) (make)
- python-setuptools (make)
Required by (1)
- python-garage (optional)
Sources (2)
Latest Comments
elanglois commented on 2022-04-29 17:58 (UTC)
elanglois commented on 2021-11-01 00:46 (UTC) (edited on 2022-04-01 17:26 (UTC) by elanglois)
This has been heavily patched to work with MuJoCo 2.1.0 since it is unclear whether the upstream will be updated.
Edit: Upstream has been updated
elanglois commented on 2020-04-08 03:03 (UTC)
This is experimental and has been patched to use system libraries instead of the original behaviour, which is to use non-standard library paths and LD_LIBRARY_PATH
/LD_PRELOAD
.
As such, errors are likely. Complain here and not to the upstream mujoco-py
authors if this package doesn't work for you.
Pinned Comments
elanglois commented on 2022-04-29 17:58 (UTC)
The upstream mujoco-py package is no longer receiving regular updates to work with updates to mujoco. I will make some attempt to keep it working but I recommend switching to python-mujoco (
import mujoco
instead ofimport mujoco_py
) if possible.