Skip to content

[FYI] Install requirement packages guide #8

@TigerStone93

Description

@TigerStone93

FYI

pip install mpi4py==3.0.0 would not work.
conda config --append channels conda-forge and
conda install mpi4py==3.0.0 works for me.

pip install mujoco_py would not work.
pip install mujoco_py==2.0.2.8 works for me.

pip install 'gym[all]' would not work.
sudo apt-get install libosmesa6-dev and
conda install 'gym[all]' work for me.

Add lines below into .bashrc
export LD_LIBRARY_PATH="/home/[YOUR_USER_NAME]/.mujoco/mujoco200/bin:$LD_LIBRARY_PATH"
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/include/GL/"

Encountering "cannot find -lGL" error,
sudo apt-get install libglu1-mesa-dev works for me.

Encountering "cannot find 'patchelf'" error,
conda install -c anaconda patchelf works for me

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions