Operating System:
Windows
Linux
Kit Version:
110 (Kit App Template)
109 (Kit App Template)
108 (Kit App Template)
107 (Kit App Template)
106 (Kit App Template)
105 (Launcher)
Kit Template:
USD Composer
USD Explorer
USD Viewer
Custom
GPU Hardware:
A series (Blackwell)
A series (ADA)
A series
50 series
40 series
30 series
GPU Driver:
Latest
Recommended (573.xx)
Other
Work Flow: create new KAT template app
**Main Issue:
- regression from KAT 110.1.1
-**repo template new(and anyrepocommand) fails during packman pull. repo_docs 2.8.1is pinned intools/deps/repo-deps-nv.packman.xml, but isn’t resolvable from the configuredcloudfrontremote. The first dep in the same file (repo_ci 0.9.1) pulls fine, proving it’s a package-publishing gap, not a client-side connectivity/auth problem.
**Reproduction Steps:
- clone** GitHub - NVIDIA-Omniverse/kit-app-template: Omniverse Kit App Template · GitHub
- git checkout 110.1.2
- repo template new
Error Code:
Traceback (most recent call last):
File “C:\work\nv\kat\tools\repoman\repoman.py”, line 40, in
bootstrap()
File “C:\work\nv\kat\tools\repoman\repoman.py”, line 31, in bootstrap
deps = packmanapi.pull(file.as_posix())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “C:\packman-repo\packman-common\8.3.0\packman\utils.py”, line 515, in wrapper_message_block
return func(*args, **kwargs)
dep_map = pull_with_variable_file(
^^^^^^^^^^^^^^^^^^^^^^^^
File “C:\packman-repo\packman-common\8.3.0\packman\main.py”, line 1124, in pull_with_variable_file
pull_map = pull_dependencies(
^^^^^^^^^^^^^^^^^^
File “C:\packman-repo\packman-common\8.3.0\packman\main.py”, line 1329, in pull_dependencies
raise errors.PackmanErrorFileNotFound(
packman.errors.PackmanErrorFileNotFound: Package not found on specified remote servers! (name: repo_docs, version: 2.8.1)