Trying to enable the extension from python code:
enable_extension(“cesium.omniverse”)
Crashes with the following:
[9.469s] [ext: cesium.usd.plugins-0.5.0] startup
[9.472s] [ext: omni.kit.capture.viewport-1.3.7] startup
[9.475s] [ext: cesium.omniverse-0.21.0] startup
2024-08-28 04:44:24 [9,578ms] [Warning] [omni.fabric.plugin] carb::extras::HandleDatabase<Mapped, Handle, Allocator>::~HandleDatabase() [with Mapped = omni::fabric::FabricCache; Handle = omni::fabric::FabricId; Allocator = std::allocator<omni::fabric::FabricCache>]: had 5 outstanding handle(s) at shutdown
2024-08-28 04:44:24 [9,578ms] [Warning] [cesium.omniverse.plugin] [2024-08-28 07:44:24.095] [cesium-omniverse] [warning] Cesium cache file: /home/user/.cache/ov/cesium-request-cache.sqlite
Fatal Python error: Segmentation fault
Thread 0x00007e76e2c00640 (most recent call first):
File "/home/user/.local/share/ov/pkg/isaac_sim-2023.1.1/kit/python/lib/python3.10/concurrent/futures/thread.py", line 81 in _worker
File "/home/user/.local/share/ov/pkg/isaac_sim-2023.1.1/kit/python/lib/python3.10/threading.py", line 953 in run
File "/home/user/.local/share/ov/pkg/isaac_sim-2023.1.1/kit/python/lib/python3.10/threading.py", line 1016 in _bootstrap_inner
File "/home/user/.local/share/ov/pkg/isaac_sim-2023.1.1/kit/python/lib/python3.10/threading.py", line 973 in _bootstrap
Current thread 0x00007e7c43301b80 (most recent call first):
File "/home/user/isaac_sim_ws/humble_ws/src/sleepy_dragon/scripts/load_cesium.py", line 57 in <module>
Extension modules: psutil._psutil_linux, psutil._psutil_posix, pydantic.typing, pydantic.errors, pydantic.utils, pydantic.color, pydantic.datetime_parse, pydantic.validators, pydantic.json, pydantic.error_wrappers, pydantic.parse, pydantic.schema, pydantic.main, pydantic.dataclasses, pydantic.decorator, numpy.core._multiarray_umath, numpy.core._multiarray_tests, numpy.linalg._umath_linalg, numpy.fft._pocketfft_internal, numpy.random._common, numpy.random.bit_generator, numpy.random._bounded_integers, numpy.random._mt19937, numpy.random.mtrand, numpy.random._philox, numpy.random._pcg64, numpy.random._sfc64, numpy.random._generator, omni.mdl.pymdlsdk._pymdlsdk, torch._C, torch._C._fft, torch._C._linalg, torch._C._nested, torch._C._nn, torch._C._sparse, torch._C._special, scipy._lib._ccallback_c, scipy.sparse._sparsetools, _csparsetools, scipy.sparse._csparsetools, scipy.sparse.linalg._isolve._iterative, scipy.linalg._fblas, scipy.linalg._flapack, scipy.linalg._cythonized_array_utils, scipy.linalg._flinalg, scipy.linalg._solve_toeplitz, scipy.linalg._matfuncs_sqrtm_triu, scipy.linalg.cython_lapack, scipy.linalg.cython_blas, scipy.linalg._matfuncs_expm, scipy.linalg._decomp_update, scipy.sparse.linalg._dsolve._superlu, scipy.sparse.linalg._eigen.arpack._arpack, scipy.sparse.csgraph._tools, scipy.sparse.csgraph._shortest_path, scipy.sparse.csgraph._traversal, scipy.sparse.csgraph._min_spanning_tree, scipy.sparse.csgraph._flow, scipy.sparse.csgraph._matching, scipy.sparse.csgraph._reordering, scipy.spatial._ckdtree, scipy._lib.messagestream, scipy.spatial._qhull, scipy.spatial._voronoi, scipy.spatial._distance_wrap, scipy.spatial._hausdorff, scipy.special._ufuncs_cxx, scipy.special._ufuncs, scipy.special._specfun, scipy.special._comb, scipy.special._ellip_harm_2, scipy.spatial.transform._rotation, PIL._imaging, PIL._imagingft, numpy.linalg.lapack_lite, scipy.ndimage._nd_image, _ni_label, scipy.ndimage._ni_label, osqp._osqp, multidict._multidict, yarl._quoting_c, aiohttp._helpers, aiohttp._http_writer, aiohttp._http_parser, aiohttp._websocket, cchardet._cchardet, _cffi_backend, frozenlist._frozenlist, yaml._yaml, scipy.io.matlab._mio_utils, scipy.io.matlab._streams, scipy.io.matlab._mio5_utils (total: 92)
./python.sh: line 41: 3002475 Segmentation fault (core dumped) $python_exe "$@" $args
There was an error running python
I would be grateful for any help.