Skip to content

[Bug]: IsaacLab fails due to numPy version conflict in go2_ws #86

@YuZhong-Chen

Description

@YuZhong-Chen

When following the instructions in the go2_ws documentation to run the Isaac Lab examples, a numpy version issue occurs, which matches exactly the problem reported in this issue.

To resolve the issue, I have tried the following methods:

However, none of these methods resolved the issue. The only way I was able to make IsaacLab work was to install only the rsl_rl module using:

cd ~/ros2-essentials/go2_ws/docker
docker compose up -d
docker exec -it ros2-go2-ws bash
cd ~/IsaacLab
./isaaclab.sh -i rsl_rl

When no specific module is passed to ./isaaclab.sh, it will install all modules by default, and currently, one of them may be causing dependency conflicts. As a temporary solution, using ./isaaclab.sh -i rsl_rl seems to work. A proper fix requires resolving the dependency issues within IsaacLab. If needed, I'm happy to spend more time investigating the problematic module.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions