Hi!
I am trying out Isaac again after a couple of years, and removed all older versions and reinstalled the latest version and tried to create a sample extension using the steps in the extension template generator (1.2. Isaac Sim Workflows — Omniverse IsaacSim latest documentation). However, when trying to enable the extension from the UI, I get a failure log in the console
2024-01-03 00:54:32 [Error] [omni.ext._impl.custom_importer] Failed to import python module IsaacSimPlugin_python. Error: No module named 'IsaacSimPlugin_python'. Traceback:
2024-01-03 00:54:32 [Error] [omni.ext._impl.custom_importer] Traceback (most recent call last):
2024-01-03 00:54:32 [Error] [omni.ext._impl.custom_importer] File "c:\hololab/library/isaac_sim-2023.1.1/kit/kernel/py\omni\ext\_impl\custom_importer.py", line 76, in import_module
2024-01-03 00:54:32 [Error] [omni.ext._impl.custom_importer] return importlib.import_module(name)
2024-01-03 00:54:32 [Error] [omni.ext._impl.custom_importer] File "c:\hololab\library\isaac_sim-2023.1.1\kit\python\lib\importlib\__init__.py", line 126, in import_module
2024-01-03 00:54:32 [Error] [omni.ext._impl.custom_importer] return _bootstrap._gcd_import(name[level:], package, level)
2024-01-03 00:54:32 [Error] [omni.ext._impl.custom_importer] File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
2024-01-03 00:54:32 [Error] [omni.ext._impl.custom_importer] File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
2024-01-03 00:54:32 [Error] [omni.ext._impl.custom_importer] File "<frozen importlib._bootstrap>", line 1004, in _find_and_load_unlocked
2024-01-03 00:54:32 [Error] [omni.ext._impl.custom_importer] ModuleNotFoundError: No module named 'IsaacSimPlugin_python'
2024-01-03 00:54:32 [Error] [omni.ext._impl.custom_importer]
2024-01-03 00:54:32 [Error] [carb.scripting-python.plugin] Exception: Extension python module: 'IsaacSimPlugin_python' in 'd:\<redacted>\examples\config' failed to load.
2024-01-03 00:54:32 [Error] [carb.scripting-python.plugin]
2024-01-03 00:54:32 [Error] [carb.scripting-python.plugin] At:
2024-01-03 00:54:32 [Error] [carb.scripting-python.plugin] c:\hololab/library/isaac_sim-2023.1.1/kit/kernel/py\omni\ext\_impl\_internal.py(213): startup
2024-01-03 00:54:32 [Error] [carb.scripting-python.plugin] c:\hololab/library/isaac_sim-2023.1.1/kit/kernel/py\omni\ext\_impl\_internal.py(328): startup_extension
2024-01-03 00:54:32 [Error] [carb.scripting-python.plugin] PythonExtension.cpp::startup()(2): <module>
2024-01-03 00:54:32 [Error] [carb.scripting-python.plugin] c:/hololab/library/isaac_sim-2023.1.1/kit/exts/omni.kit.window.extensions/omni/kit/window/extensions/ext_commands.py(29): do
2024-01-03 00:54:32 [Error] [carb.scripting-python.plugin] c:/hololab/library/isaac_sim-2023.1.1/kit/exts/omni.kit.commands/omni/kit/undo/undo.py(80): execute
2024-01-03 00:54:32 [Error] [carb.scripting-python.plugin] c:/hololab/library/isaac_sim-2023.1.1/kit/exts/omni.kit.commands/omni/kit/commands/command.py(463): execute
2024-01-03 00:54:32 [Error] [carb.scripting-python.plugin] c:/hololab/library/isaac_sim-2023.1.1/kit/exts/omni.kit.window.extensions/omni/kit/window/extensions/common.py(288): toggle_extension
2024-01-03 00:54:32 [Error] [carb.scripting-python.plugin] c:/hololab/library/isaac_sim-2023.1.1/kit/exts/omni.kit.window.extensions/omni/kit/window/extensions/ext_components.py(93): toggle
2024-01-03 00:54:32 [Error] [carb.scripting-python.plugin]
2024-01-03 00:54:32 [Error] [omni.ext.plugin] [ext: config-1.0.0] Failed to startup python extension.
I can see the folder structure at the directory path
I uninstalled and reinstalled Isaac but no dice. FWIW I see the same behaviour whether I start isaac sim from the launcher or after creating a conda environment and starting isaac sim from the console after activating the environment using .\isaac-sim.bat (BTW I did not find any setup_conda_env.bat)