Console error code when launch composer

Anybody able to help me with this code red symbol when enabling the extension

2023-08-15 22:27:27 [Error] [omni.ext._impl.custom_importer] ImportError: cannot import name ‘_CesiumUsdSchemas’ from partially initialized module ‘cesium.usd.plugins.CesiumUsdSchemas’ (most likely due to a circular import) (c:/users/oimol/documents/kit/shared/exts/cesium.usd.plugins/cesium/usd/plugins/CesiumUsdSchemas/init.py)

Hi @Oimolloy - I haven’t seen that error before. How did you install the extension? Could you double check that you followed the instructions in the Quick Start exactly?

yes exactly just double checked on the plugin window its enabled and set to autoload but there is a red warning sign beside the enabled butto even though its active

Also get this error message in console also…

2023-08-16 16:17:18 [Error] [omni.ext.plugin] [ext: cesium.omniverse-0.9.0] Failed to startup python extension.

@Oimolloy still trying to track this down on our side… could you post the full error log and a screen shot of omniverse with the extensions window open?

ok heres the log
2023-08-17 18:42:38 [Error] [omni.ext._impl.custom_importer] Failed to import python module cesium.omniverse. Error: cannot import name ‘_CesiumUsdSchemas’ from partially initialized module ‘cesium.usd.plugins.CesiumUsdSchemas’ (most likely due to a circular import) (c:/users/oimol/documents/kit/shared/exts/cesium.usd.plugins/cesium/usd/plugins/CesiumUsdSchemas/init.py). Traceback:
2023-08-17 18:42:38 [Error] [omni.ext._impl.custom_importer] Traceback (most recent call last):
2023-08-17 18:42:38 [Error] [omni.ext._impl.custom_importer] File “c:\users/oimol/appdata/local/ov/pkg/create-2023.1.1/kit/kernel/py\omni\ext_impl\custom_importer.py”, line 76, in import_module
2023-08-17 18:42:38 [Error] [omni.ext._impl.custom_importer] return importlib.import_module(name)
2023-08-17 18:42:38 [Error] [omni.ext.impl.custom_importer] File "c:\users\oimol\appdata\local\ov\pkg\create-2023.1.1\kit\python\lib\importlib_init.py", line 126, in import_module
2023-08-17 18:42:38 [Error] [omni.ext._impl.custom_importer] return _bootstrap._gcd_import(name[level:], package, level)
2023-08-17 18:42:38 [Error] [omni.ext._impl.custom_importer] File “”, line 1050, in _gcd_import
2023-08-17 18:42:38 [Error] [omni.ext._impl.custom_importer] File “”, line 1027, in _find_and_load
2023-08-17 18:42:38 [Error] [omni.ext._impl.custom_importer] File “”, line 1006, in _find_and_load_unlocked
2023-08-17 18:42:38 [Error] [omni.ext._impl.custom_importer] File “”, line 688, in _load_unlocked
2023-08-17 18:42:38 [Error] [omni.ext._impl.custom_importer] File “”, line 883, in exec_module
2023-08-17 18:42:38 [Error] [omni.ext._impl.custom_importer] File “”, line 241, in _call_with_frames_removed
2023-08-17 18:42:38 [Error] [omni.ext._impl.custom_importer] File “c:/users/oimol/documents/kit/shared/exts/cesium.omniverse/cesium/omniverse/init.py”, line 1, in
2023-08-17 18:42:38 [Error] [omni.ext._impl.custom_importer] from .extension import * # noqa: F401 F403 F405
2023-08-17 18:42:38 [Error] [omni.ext._impl.custom_importer] File “c:/users/oimol/documents/kit/shared/exts/cesium.omniverse/cesium/omniverse/extension.py”, line 4, in
2023-08-17 18:42:38 [Error] [omni.ext._impl.custom_importer] from .ui.asset_window import CesiumOmniverseAssetWindow
2023-08-17 18:42:38 [Error] [omni.ext._impl.custom_importer] File “c:/users/oimol/documents/kit/shared/exts/cesium.omniverse/cesium/omniverse/ui/init.py”, line 5, in
2023-08-17 18:42:38 [Error] [omni.ext._impl.custom_importer] from .token_window import CesiumOmniverseTokenWindow # noqa: F401
2023-08-17 18:42:38 [Error] [omni.ext._impl.custom_importer] File “c:/users/oimol/documents/kit/shared/exts/cesium.omniverse/cesium/omniverse/ui/token_window.py”, line 11, in
2023-08-17 18:42:38 [Error] [omni.ext._impl.custom_importer] from cesium.usd.plugins.CesiumUsdSchemas import Data as CesiumData
2023-08-17 18:42:38 [Error] [omni.ext._impl.custom_importer] File “c:/users/oimol/documents/kit/shared/exts/cesium.usd.plugins/cesium/usd/plugins/CesiumUsdSchemas/init.py”, line 1, in
2023-08-17 18:42:38 [Error] [omni.ext._impl.custom_importer] from . import _CesiumUsdSchemas
2023-08-17 18:42:38 [Error] [omni.ext._impl.custom_importer] ImportError: cannot import name ‘_CesiumUsdSchemas’ from partially initialized module ‘cesium.usd.plugins.CesiumUsdSchemas’ (most likely due to a circular import) (c:/users/oimol/documents/kit/shared/exts/cesium.usd.plugins/cesium/usd/plugins/CesiumUsdSchemas/init.py)
2023-08-17 18:42:38 [Error] [omni.ext._impl.custom_importer]
2023-08-17 18:42:38 [Error] [carb.scripting-python.plugin] Exception: Extension python module: ‘cesium.omniverse’ in ‘c:\users\oimol\documents\kit\shared\exts\cesium.omniverse’ failed to load.
2023-08-17 18:42:38 [Error] [carb.scripting-python.plugin]
2023-08-17 18:42:38 [Error] [carb.scripting-python.plugin] At:
2023-08-17 18:42:38 [Error] [carb.scripting-python.plugin] c:\users/oimol/appdata/local/ov/pkg/create-2023.1.1/kit/kernel/py\omni\ext_impl_internal.py(212): startup
2023-08-17 18:42:38 [Error] [carb.scripting-python.plugin] c:\users/oimol/appdata/local/ov/pkg/create-2023.1.1/kit/kernel/py\omni\ext_impl_internal.py(323): startup_extension
2023-08-17 18:42:38 [Error] [carb.scripting-python.plugin] PythonExtension.cpp::startup()(2):
2023-08-17 18:42:38 [Error] [carb.scripting-python.plugin]
2023-08-17 18:42:38 [Error] [omni.ext.plugin] [ext: cesium.omniverse-0.9.0] Failed to startup python extension.

heres the screenshot

Thanks for your help