I have been trying to build Omniverse kit on the new DGX Spark. I just unboxed this Spark, downloaded Git, downloaded VScode, and pulled the Kit repo.
When using the standard approach to get kit going:
./repo.sh template new
and then doing
./repo.sh build
I get this this error:
myspark@spark-9999:~/Repos/kit-app-template$ ./repo.sh build
Fetching all dependencies.
Package ‘kit-kernel’ at version ‘108.1.0+feature.234166.1750604f.gl.manylinux_2_35_aarch64.release’ is missing from local storage.
[10/19/25 11:14:09] WARNING Retrieving repo_build version via VERSION file. version.py:312
ERROR BuildError exception stack trace dumped to logfile log.py:182
/home/myspark/Repos/kit-app-template/_repo/repo.log. Stacks dumped to console via--verbose
or--tracebacks.
BuildError: An error occured while pulling packman dependencies for
/home/myspark/Repos/kit-app-template/tools/deps/kit-sdk.packman.xml:
Package not found on specified remote servers! (name: kit-kernel, version:
108.1.0+feature.234166.1750604f.gl.manylinux_2_35_aarch64.release)
Operating System:
Linux
Kit Version: ( I tried multiple )
108.1(main branch)
Kit Template:
USD Composer
GPU Hardware:
DGX Spark
Any guidance is appreciated.
Thank you!