Closed
Description
If you are submitting a bug report, please fill in the following details and use the tag [bug].
after install following the documentation:
python source/standalone/tutorials/00_sim/create_empty.py
./orbit.sh -p source/standalone/tutorials/00_sim/create_empty.py
below bug is encountered, and isaac sim refuse to launch.
(tyorbit) octipus@octipus:~/Projects/tyorbit$ python source/standalone/tutorials/00_sim/create_empty.py
[WARN][AppLauncher]: There are no arguments attached to the ArgumentParser object. If you have your own arguments, please load your own arguments before calling the `AppLauncher.add_app_launcher_args` method. This allows the method to check the validity of the arguments and perform checks for argument names.
[INFO][AppLauncher]: Loading experience file: /home/octipus/Projects/tyorbit/source/apps/orbit.python.kit
Starting kit application with the following args: ['/home/octipus/Projects/tyorbit/_isaac_sim/exts/omni.isaac.kit/omni/isaac/kit/simulation_app.py', '/home/octipus/Projects/tyorbit/source/apps/orbit.python.kit', '--/app/tokens/exe-path=/home/octipus/Projects/tyorbit/_isaac_sim/kit', '--/persistent/app/viewport/displayOptions=3094', '--/rtx/materialDb/syncLoads=True', '--/rtx/hydra/materialSyncLoads=True', '--/omni.kit.plugin/syncUsdLoads=True', '--/app/renderer/resolution/width=1280', '--/app/renderer/resolution/height=720', '--/app/window/width=1440', '--/app/window/height=900', '--/renderer/multiGpu/enabled=True', '--/app/fastShutdown=True', '--ext-folder', '/home/octipus/Projects/tyorbit/_isaac_sim/exts', '--ext-folder', '/home/octipus/Projects/tyorbit/_isaac_sim/apps', '--/physics/cudaDevice=0', '--portable']
Passing the following args to the base kit application: []
[Info] [carb] Logging to file: /home/octipus/.local/share/ov/pkg/isaac_sim-2023.1.0-hotfix.1/kit/logs/Kit/Isaac-Sim/2023.1/kit_20240402_112211.log
2024-04-02 18:22:11 [0ms] [Warning] [omni.kit.app.plugin] No crash reporter present, dumps uploading isn't available.
[0.018s] Failed to solve some dependencies locally, syncing with extension registry...
[0.020s] [ext: omni.kit.async_engine-0.0.0] startup
[0.021s] [ext: omni.assets.plugins-0.0.0] startup
[0.023s] [ext: omni.client-1.0.1] startup
[0.027s] [ext: omni.kit.registry.nucleus-0.0.0] startup
2024-04-02 18:22:39 [27,176ms] [Error] [omni.ext.plugin] Failed to resolve extension dependencies. Failure hints:
[orbit.python-2023.1.1] dependency: (name: 'omni.kit.streamsdk.plugins', tag: '', version: '2.5.2', exact: 1, optional: 0) can't be satisfied. Available versions:
- [omni.kit.streamsdk.plugins-2.6.2+105.1.lx64.r] (registry)
- [omni.kit.streamsdk.plugins-2.5.1+105.1.lx64.r] (registry)
- [omni.kit.streamsdk.plugins-2.5.0+105.1.lx64.r] (registry)
- [omni.kit.streamsdk.plugins-2.3.7+105.1.lx64.r] (/home/octipus/.local/share/ov/pkg/isaac_sim-2023.1.0-hotfix.1/extscache/omni.kit.streamsdk.plugins-2.3.7+105.1.lx64.r)
- [omni.kit.streamsdk.plugins-2.1.3+105.1.lx64.r] (/home/octipus/.local/share/ov/pkg/isaac_sim-2023.1.0-hotfix.1/extscache/omni.kit.streamsdk.plugins-2.1.3+105.1.lx64.r)
- [omni.kit.streamsdk.plugins-2.0.3+105.0.lx64.r] (registry)
2024-04-02 18:22:39 [27,176ms] [Error] [omni.kit.app.plugin] Exiting app because of dependency solver failure...
I made sure the neuclus is installed, launched, and running,
I uninstalled and installed isaac sim 23.1.0 fresh, and downloaded orbit fresh, it seems non resolves this issue
Steps to reproduce
Please try to provide a minimal example to reproduce the bug. Error messages and stack traces are also helpful.
- Isaac Sim Version: 2023.1.0
- OS: Ubuntu 22.04
- GPU: 4090
- CUDA: 12.2
- GPU Driver: 535.161.07
Additional context
this issue first happened when I git pulled the newest repo
Checklist
- I have checked that there is no similar issue in the repo (required)
- I have checked that the issue is not in running Isaac Sim itself and is related to the repo