./aodt_bundle/install.sh localhost $NGC_CLI_API_KEY
While installing the latest version of the Aerial Omniverse digital twin, the following error occurs. Can you help us in resolving it.
Thanks and regards
./aodt_bundle/install.sh localhost $NGC_CLI_API_KEY
While installing the latest version of the Aerial Omniverse digital twin, the following error occurs. Can you help us in resolving it.
Thanks and regards
Please set the NGC key as a
export NGC_CLI_API_KEY=<NGC_CLI_API_KEY>
Then run the install from the same command prompt as
./aodt_bundle/install.sh localhost
Yeah, we tried it and still the issue persists.
If there is a previous version (v_1.0) of the AODT installed in the system, is it necessary to uninstall the older version for downloading the latest version (v_1.1).
Can you help us in this regard.
try this command before running ./aodt_bundle/install.sh localhost $NGC_CLI_API_KEY :
sudo docker login nvcr.io
username= $oauthtoken
password= your api key
if this is success then that error will be gone.
if you cannot login then it is because of the network you are using, try to change network and re-run the docker login to validate.
Hope this helps!
Thanks for the help. Installation got completed successfully, but now the application is not launching from the omniverse launcher.
I have attached the log corresponding to when launching the version 1.1 of the AODT in this thread for reference.
Kindly let us know, if we need to meet online for sorting this issue if required.
Thanks in advance.
kit_20240924_170503.log (156.8 KB)
Could you please let me know the entire procedure you followed for installation so that I can try to reproduce it and let you know.
also let me know whether you created the dir .local/ov/… or is it dynamically created?
@shivshankar Can you provide additional details-
Yeah sure.
We followed as per the installation procedure on the AODT Installation website.
We already had the v1.0 in our system. It was working fine.
We manually downloaded the aodt_bundle.zip for the latest version from the website.
Then we did the following:
1) export $NGC_CLI_API_KEY = your api key
2) sudo docker login nvcr.io
`username= $oauthtoken`
`password= your api key`
3) ./aodt_bundle/install.sh localhost $NGC_CLI_API_KEY
Then the installation process got completed and the “Installation Success” prompt was displayed.
We also upgraded the nvidia driver version from 535 to 550 as per the documentation.
On rebooting the server and trying to open the application, it is not starting.
We did not manually create the folder mentioned in your query. We downloaded and pasted the aodt_bundle.zip in the home directory of the system.