Failed to solve extension dependency #5
-
|
Hi everyone, i'm trying to install Ocean Sim. When I try to activate the extension on IsaacSim, it fails and report the message "Failed to solve extension dependency". Can you help me fix it? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
|
Can you copy and paste the error shown in the terminal? |
Beta Was this translation helpful? Give feedback.
-
|
I also encountered the same problem, could you tell me how to solve it? |
Beta Was this translation helpful? Give feedback.
-
|
2025-06-22 08:23:15 [346,274ms] [Error] [omni.ext._impl._internal] Failed to import python module isaacsim.oceansim.modules.SensorExample_python from d:\isaacsim\extsuser\OceanSim. Error: stat: path should be string, bytes, os.PathLike or integer, not NoneType. Traceback: 2025-06-22 08:23:15 [346,275ms] [Error] [carb.scripting-python.plugin] Exception: Extension python module: 'isaacsim.oceansim.modules.SensorExample_python' in 'd:\isaacsim\extsuser\OceanSim' failed to load. At: 2025-06-22 08:23:15 [346,276ms] [Error] [omni.ext.plugin] [ext: OceanSim-1.0.0] Failed to startup python extension. 2025-06-22 08:23:15 [346,528ms] [Error] [omni.kit.app._impl] [py stderr]: Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.

The path that you input and links to downloaded assets in
get_oceansim_assets_path()is the culprit. It seems to be contains string that can not be identified.SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escapeSince you are using a windows system, I would recommend checking the convention of how to properly key in the path\URL so that isaac sim can load the assets. Maybe check symbol
:in"c:\Users\Maria\Desktop\Tesi\OceanSim_assets"first.