nvidia-holoscan / holoscan-sdk

The AI sensor processing SDK for low latency streaming workflows
Apache License 2.0
117 stars 31 forks source link

Building on local x86_64 System #7

Closed Brenaren closed 1 year ago

Brenaren commented 1 year ago

I am trying to build the SDK on a Ubuntu 22.04.2 LTS Linux system. I am using the './run build' command from the public directory and get the error "--2023-06-06 16:46:34-- https://api.ngc.nvidia.com/v2/resources/nvstaging/holoscan/gxf_x86_64_holoscan_sdk/versions/23.04-57e63aaf/zip Resolving api.ngc.nvidia.com (api.ngc.nvidia.com)... 34.223.181.98, 44.226.83.234 Connecting to api.ngc.nvidia.com (api.ngc.nvidia.com)|34.223.181.98|:443... connected. HTTP request sent, awaiting response... 404 2023-06-06 16:46:34 ERROR 404: (no description)."

When I use './run install_gxf' I get the same thing, which I assume means that is the place the issue is coming from. Is there a work around for this?

jjomier commented 1 year ago

Which version of Holoscan SDK are you trying to build? Can you try with the latest main branch or v0.5.1 tag and see if you get the same issue. Also, you might want to try to get the Debian packages if you want the pre-built SDK.

Note also that we are not supporting 22.04 and Holsocan SDK has not been tested on this platform.

Brenaren commented 1 year ago

Installing Ubuntu 20.04 on a VM and building it there fixed the issue. Thank you!