I’ve started getting the following error when I use kit-app-template on Ubuntu 22.04
2024-10-24 16:20:17 [515ms] [Error] [omni.ext.plugin] Syncing with extension registry unavailable.
2024-10-24 16:20:17 [515ms] [Error] [omni.ext.plugin] Failed to resolve extension dependencies. Failure hints:
[my.ext-0.1.0] dependency: 'omni.physx' = { version='^' } can't be satisfied. Available versions:
(none found)
Synced registries:
(none)
2024-10-24 16:20:17 [515ms] [Error] [omni.kit.app.plugin] Exiting app because of dependency solver failure...
It seems to be happening on the main branch and 106.0 branch. I am not sure about the other branches. Cleaning the cache, e.g. ~/.cache/packman and deleting the directories like _build didn’t help.
It works without any issues on Windows (Note: it might be using the cache on my Windows computer, I am not 100% sure)
From the error message it looks like you’re having a problem with the physics extension. We have only just recently published some of the physics extensions so that may be the issue. Also, you’re using an old version of the template 106.0. Please download the latest version 106.2.
@Richard3D I can observe the same error with main branch as well. I believe the main branch provides 106.2.
I initially thought that “Early Access” might be a beta version, which I’d be hesitant to upgrade. It looks like 106.2 fixes a couple of issues that I encountered on 106.0, so I’ll be upgrading very soon.
I am excited to hear about more updates :) On the other hand, the dependency not found issue is a big blocker. I hope we won’t be waiting too long to get it fixed :)