NVIDIA-Omniverse / kit-app-template

Omniverse Kit App Template
Other
257 stars 70 forks source link

Failed to solve some dependencies locally #8

Closed youngallien closed 2 months ago

youngallien commented 8 months ago

https://docs.omniverse.nvidia.com/kit/docs/kit-app-template/latest/app_from_scratch.html Hi, when i build my_company.my_app according the docs, the following bugs appears:

`[0.105s] Failed to solve some dependencies locally, syncing with extension registry... [0.108s] [ext: omni.kit.async_engine-0.0.0] startup [0.116s] [ext: omni.assets.plugins-0.0.0] startup [0.120s] [ext: omni.client-1.0.1] startup [0.128s] [ext: omni.kit.registry.nucleus-0.0.0] startup 2024-01-31 05:55:10 [132,382ms] [Error] [omni.kit.registry.nucleus.utils.common] syncing index failed. URL: 'omniverse://kit-extensions.ov.nvidia.com/exts/kit/default/3'. Result: Result.ERROR_CONNECTION 2024-01-31 05:55:10 [132,387ms] [Error] [omni.ext.plugin] Syncing extension registry failed: registry dict is nullptr. 2024-01-31 05:55:10 [132,392ms] [Error] [omni.ext.plugin] Failed to resolve extension dependencies. Failure hints: [my_company.my_app-2023.0.0] dependency: (name: 'omni.kit.uiapp', tag: '', version: '', exact: 0, optional: 0) can't be satisfied. Available versions: (none found)

2024-01-31 05:55:10 [132,405ms] [Error] [omni.kit.app.plugin] Exiting app because of dependency solver failure... [132.439s] [ext: omni.kit.registry.nucleus-0.0.0] shutdown [132.441s] [ext: omni.client-1.0.1] shutdown [132.444s] [ext: omni.assets.plugins-0.0.0] shutdown [132.446s] [ext: omni.kit.async_engine-0.0.0] shutdown`

v4r4rth commented 7 months ago

I am facing the same issue.. following this tutorial - https://docs.omniverse.nvidia.com/kit/docs/kit-app-template/latest/app_from_scratch.html#kit-and-toml-files

SchultzC commented 2 months ago

The Kit App Template repository has been updated. To create a simple interactive application, please follow the Quick Start Section (after verifying system requirements) to build based on the Kit Base Editor Template.

For a deeper understanding of the Kit SDK development workflow, please see the updated Companion Tutorial.