If you are submitting a bug report, please fill in the following details and use the tag [bug].
Describe the bug
Cannot run IsaacLab 2.3.1 on DGX Spark
Steps to reproduce
build isaacsim 5.1 from source and then setup symbolic link. sourced the setup_conda_env.py and then ran ant example:
Traceback (most recent call last):
File "/home/goat/deve/IsaacLab2p3p0/scripts/reinforcement_learning/skrl/train.py", line 70, in <module>
app_launcher = AppLauncher(args_cli)
^^^^^^^^^^^^^^^^^^^^^
File "/home/goat/deve/IsaacLab2p3p0/source/isaaclab/isaaclab/app/app_launcher.py", line 127, in __init__
self._create_app()
File "/home/goat/deve/IsaacLab2p3p0/source/isaaclab/isaaclab/app/app_launcher.py", line 811, in _create_app
self._app = SimulationApp(self._sim_app_config, experience=self._sim_experience_file)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/goat/deve/IsaacSim/_build/linux-aarch64/release/exts/isaacsim.simulation_app/isaacsim/simulation_app/simulation_app.py", line 279, in __init__
from .utils import create_new_stage, open_stage
File "/home/goat/deve/IsaacSim/_build/linux-aarch64/release/exts/isaacsim.simulation_app/isaacsim/simulation_app/utils.py", line 23, in <module>
from omni.kit.usd import layers
File "/home/goat/deve/IsaacSim/_build/linux-aarch64/release/extscache/omni.kit.usd.layers-2.2.11+69cbf6ad.la64.r.cp311/omni/kit/usd/layers/__init__.py", line 9, in <module>
from ._impl import *
File "/home/goat/deve/IsaacSim/_build/linux-aarch64/release/extscache/omni.kit.usd.layers-2.2.11+69cbf6ad.la64.r.cp311/omni/kit/usd/layers/_impl/__init__.py", line 9, in <module>
from .extension import *
File "/home/goat/deve/IsaacSim/_build/linux-aarch64/release/extscache/omni.kit.usd.layers-2.2.11+69cbf6ad.la64.r.cp311/omni/kit/usd/layers/_impl/extension.py", line 18, in <module>
import omni.usd
File "/home/goat/deve/IsaacSim/_build/linux-aarch64/release/extscache/omni.usd-1.13.10+69cbf6ad.la64.r.cp311/omni/usd/__init__.py", line 43, in <module>
from ._impl import *
File "/home/goat/deve/IsaacSim/_build/linux-aarch64/release/extscache/omni.usd-1.13.10+69cbf6ad.la64.r.cp311/omni/usd/_impl/__init__.py", line 9, in <module>
from .._usd import *
ImportError: libomni.usd.so: cannot open shared object file: No such file or directory
System Info
- Commit: e06a067
- Isaac Sim Version: 5.1.0
- OS: DGX OS
- GPU:DGX
- CUDA:| NVIDIA-SMI 580.82.09 Driver Version: 580.82.09 CUDA Version: 13.0 |
Additional context
Add any other context about the problem here.
Checklist
Acceptance Criteria
Add the criteria for which this task is considered done. If not known at issue creation time, you can add this once the issue is assigned.
If you are submitting a bug report, please fill in the following details and use the tag [bug].
Describe the bug
Cannot run IsaacLab 2.3.1 on DGX Spark
Steps to reproduce
build isaacsim 5.1 from source and then setup symbolic link. sourced the setup_conda_env.py and then ran ant example:
System Info
Additional context
Add any other context about the problem here.
Checklist
Acceptance Criteria
Add the criteria for which this task is considered done. If not known at issue creation time, you can add this once the issue is assigned.