Skip to content

[bug] Executing ./isaaclab.sh --install fails #5662

@ysheng777

Description

@ysheng777

Describe the bug

When following the documentation to install IsaacLab 2.3.2 with IsaacSim 5.1.0, IsaacSim installs successfully, but IsaacLab installation fails.

Steps to reproduce

Follow the installation instructions from the official guide:
https://isaac-sim.github.io/IsaacLab/v2.3.2/source/setup/installation/pip_installation.html

# Attempt to install IsaacLab
./isaaclab.sh --install

### Error messages:  
-Wheel build failure:  

Getting requirements to build wheel ... error
error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [20 lines of output]
    Traceback (most recent call last):
      File "/home/xxx/miniconda3/envs/env_isaaclab_v232/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 389, in <module>
        main()
      File "/home/xxx/miniconda3/envs/env_isaaclab_v232/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 373, in main
        json_out["return_val"] = hook(**hook_input["kwargs"])
                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/home/xxx/miniconda3/envs/env_isaaclab_v232/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 143, in get_requires_for_build_wheel
        return hook(config_settings)
               ^^^^^^^^^^^^^^^^^^^^^
      File "/tmp/pip-build-env-fiw4vbtb/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 333, in get_requires_for_build_wheel
        return self._get_build_requires(config_settings, requirements=[])
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/tmp/pip-build-env-fiw4vbtb/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 301, in _get_build_requires
        self.run_setup()
      File "/tmp/pip-build-env-fiw4vbtb/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 520, in run_setup
        super().run_setup(setup_script=setup_script)
      File "/tmp/pip-build-env-fiw4vbtb/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 317, in run_setup
        exec(code, locals())
      File "<string>", line 1, in <module>
    ModuleNotFoundError: No module named 'pkg_resources'


-ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. isaacsim-kernel 5.1.0.0 requires psutil==5.9.8, but you have psutil 7.2.2 which is incompatible.


-ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. isaacsim-kernel 5.1.0.0 requires click==8.1.7, but you have click 8.4.0 which is incompatible. ipython 9.13.0 requires psutil>=7, but you have psutil 5.9.8 which is incompatible.


-ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. isaacsim-kernel 5.1.0.0 requires click==8.1.7, but you have click 8.4.0 which is incompatible. isaacsim-kernel 5.1.0.0 requires psutil==5.9.8, but you have psutil 7.2.2 which is incompatible. rl-games 1.6.1 requires psutil<6.0.0,>=5.9.0, but you have psutil 7.2.2 which is incompatible.

System Info

Isaac Sim Version: 5.1.0
Isaac Lab Version: 2.3.2
OS: Ubuntu 24.04 LTS
GPU: NVIDIA GeForce RTX 5060
CUDA Version: 13.0
GPU Driver: 580.159.03
Python Version: 3.11.15
pip Version: 26.1.1
conda Version: 26.3.2

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