Hello
I do try walk through course on learn.nvidia.com “Developing an Omniverse Kit-Based Application” (Course | NVIDIA) but do not work repo.bat commands
On bottom is log from terminal.
I need some help how to skip cloudfront.net verification. Or how to walk throught to work it.
I’m on corporate network with many connection restrictions.
.\repo.bat template new
Creating packman packages cache at D:\packman-repo
Fetching python@3.10.5-1-windows-x86_64.cab …
Downloading from bootstrap.packman.nvidia.com …
Unpacking Python interpreter …
Fetching packman-common@7.23.zip …
Downloading from bootstrap.packman.nvidia.com …
Unpacking …
Package successfully installed to D:\packman-repo\packman-common\7.23
Package ‘repo_man’ at version ‘1.60.1’ is missing from local storage.
packman(WARNING): SSLError: HTTPSConnectionPool(host=‘d4i3qtqj3r0z5.cloudfront.net’, port=443): Max retries exceeded with
url: /repo_man%401.60.1.7z (Caused by SSLError(SSLCertVerificationError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)’))) packman(WARNING): Retrying after 20 seconds (2 retries left) …
packman(WARNING): SSLError: HTTPSConnectionPool(host=‘d4i3qtqj3r0z5.cloudfront.net’, port=443): Max retries exceeded with
url: /repo_man%401.60.1.7z (Caused by SSLError(SSLCertVerificationError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)’))) packman(WARNING): Retrying after 20 seconds (1 retry left) …
packman(WARNING): SSLError: HTTPSConnectionPool(host=‘d4i3qtqj3r0z5.cloudfront.net’, port=443): Max retries exceeded with
url: /repo_man%401.60.1.7z (Caused by SSLError(SSLCertVerificationError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)’))) Traceback (most recent call last):
File “D:\Repos\kit-app-template\tools\repoman\repoman.py”, line 28, in
bootstrap()
File “D:\Repos\kit-app-template\tools\repoman\repoman.py”, line 21, in bootstrap
deps = packmanapi.pull(file.as_posix())
File “D:\packman-repo\packman-common\7.23\packman\utils.py”, line 515, in wrapper_message_block
*return func(*args, *kwargs)
File “D:\packman-repo\packman-common\7.23\packman\main.py”, line 1100, in pull
dep_map = pull_with_variable_file(
File “D:\packman-repo\packman-common\7.23\packman\main.py”, line 1163, in pull_with_variable_file
pull_map = pull_dependencies(
File “D:\packman-repo\packman-common\7.23\packman\main.py”, line 1333, in pull_dependencies
].get_download_info_for_package(package_name, package_version)
File “D:\packman-repo\packman-common\7.23\packman\transport\httptransport.py”, line 205, in get_download_info_for_packa
ge id = self.get_download_id_for_file(path)
File “D:\packman-repo\packman-common\7.23\packman\transport\httptransport.py”, line 180, in get_download_id_for_file
r = self._call_with_retry(lambda: requests.head(url))
File “D:\packman-repo\packman-common\7.23\packman\transport\httptransport.py”, line 124, in _call_with_retry
raise errors.PackmanError(
packman.errors.PackmanError: Connection failure. Retries exhausted. Is service or network down?