Skip to content

Incompatible MuJoCo installations #22

@markusgft

Description

@markusgft

As discussed with @lrozo I document the following issue here:
I have another MuJoCo installation on my system, which I cannot touch for different reasons. I did not install MuJoCo via the provided pyrobolearn installation script.
In that case, pyrobolearn throws an error as follows when trying to run any example.

Traceback (most recent call last):
  File "examples/imitation/trajectory_reproduction_kuka_dmp.py", line 12, in <module>
    from pyrobolearn.simulators import Bullet
  File "/home/gim2rng/pyrobolearn_ws/pyrobolearn/pyrobolearn/__init__.py", line 24, in <module>
    from . import simulators
  File "/home/gim2rng/pyrobolearn_ws/pyrobolearn/pyrobolearn/simulators/__init__.py", line 31, in <module>
    import mujoco_py
  File "/home/gim2rng/.virtualenvs/venv_py3/lib/python3.6/site-packages/mujoco_py/__init__.py", line 2, in <module>
    init_config()
  File "/home/gim2rng/.virtualenvs/venv_py3/lib/python3.6/site-packages/mujoco_py/config.py", line 37, in init_config
    raise error.MujocoDependencyError('Found your MuJoCo license key but not binaries. Please put your binaries into ~/.mujoco/mjpro131 or set MUJOCO_PY_MJPRO_PATH. Follow the instructions on https://github.com/openai/mujoco-py for setup.')
mujoco_py.error.MujocoDependencyError: Found your MuJoCo license key but not binaries. Please put your binaries into ~/.mujoco/mjpro131 or set MUJOCO_PY_MJPRO_PATH. Follow the instructions on https://github.com/openai/mujoco-py for setup.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions