Hello,
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)
Any suggestions on how to fix this issue?