Skip to content

Failed to solve extension dependencies #40

@BlakePR

Description

@BlakePR

Describe the bug
After following your installation instructions, and having to go in and edit the extension finding as described in issue #39 the extension still does not work giving the Failed to solve extension dependencies error.

To Reproduce

  1. install isaac sim 5.0 per the instructions.
  2. put the isaacsim repo and the assets in folders as described and run the python script that populates the json for the assets locatoin
  3. Follow the edits described in OCEANSIM not appearing inside IsaacSim Extensions Window #39 but in the windows folder
  4. Open the extension window as described and try to enable the OCEANSIM extension

Expected behavior
I expect to be able to follow your provided installation instructions and start your simulator.

Desktop (please complete the following information):

  • OS: Windows 10
  • IsaacSim Version 5.0 as specified in the install instructions

Additional context
Add any other context about the problem here.

Attachements
relevant error in terminal:
[94.097s] [ext: config-1.0.0] startup
2026-02-25T21:52:42Z [93,971ms] [Error] [omni.ext._impl.custom_importer] Failed to import python module isaacsim.oceansim.modules.SensorExample_python. Error: No module named 'isaacsim.oceansim'. Traceback:
Traceback (most recent call last):
File "c:\users/romrellb/oceansim/build/windows-x86_64/release/kit/kernel/py\omni\ext_impl\custom_importer.py", line 85, in import_module
return importlib.import_module(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "c:\users\romrellb\oceansim_build\windows-x86_64\release\kit\python\Lib\importlib_init
.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1204, in _gcd_import
File "", line 1176, in _find_and_load
File "", line 1126, in _find_and_load_unlocked
File "", line 241, in _call_with_frames_removed
File "", line 1204, in _gcd_import
File "", line 1176, in _find_and_load
File "", line 1126, in _find_and_load_unlocked
File "", line 241, in _call_with_frames_removed
File "", line 1204, in _gcd_import
File "", line 1176, in _find_and_load
File "", line 1140, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'isaacsim.oceansim'

2026-02-25T21:52:42Z [93,971ms] [Error] [carb.scripting-python.plugin] Exception: Extension python module: 'isaacsim.oceansim.modules.SensorExample_python' in 'c:\users\romrellb\oceansim\extsuser\config' failed to load.

At:
c:\users/romrellb/oceansim/_build/windows-x86_64/release/kit/kernel/py\omni\ext_impl_internal.py(222): startup
c:\users/romrellb/oceansim/_build/windows-x86_64/release/kit/kernel/py\omni\ext_impl_internal.py(337): startup_extension
PythonExtension.cpp::startup()(2):
c:/users/romrellb/appdata/local/ov/data/kit/isaac-sim full/5.0/exts/3/omni.kit.window.extensions-1.4.26+8131b85d/omni/kit/window/extensions/ext_commands.py(33): do
c:/users/romrellb/appdata/local/ov/data/kit/isaac-sim full/5.0/exts/3/omni.kit.commands-1.4.10+8131b85d.wx64.r.cp311/omni/kit/undo/undo.py(81): execute
c:/users/romrellb/appdata/local/ov/data/kit/isaac-sim full/5.0/exts/3/omni.kit.commands-1.4.10+8131b85d.wx64.r.cp311/omni/kit/commands/command.py(463): execute
c:/users/romrellb/appdata/local/ov/data/kit/isaac-sim full/5.0/exts/3/omni.kit.window.extensions-1.4.26+8131b85d/omni/kit/window/extensions/common.py(556): toggle_extension
c:/users/romrellb/appdata/local/ov/data/kit/isaac-sim full/5.0/exts/3/omni.kit.window.extensions-1.4.26+8131b85d/omni/kit/window/extensions/ext_components.py(108): toggle

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