Describe the bug
During the installation of hailo-app, the setup process attempts to download the model file yolo26n.hef from the Hailo S3 bucket. The download fails with an HTTP 403 Forbidden error, preventing the installation from completing.
Steps to Reproduce
Follow the standard hailo-app installation instructions.
The installer runs the following command automatically (or run it manually):
wget https://hailo-csdata.s3.eu-west-2.amazonaws.com/resources/hefs/h8l/yolo26n.hef
Observe the error.
Error output
--2026-04-10 08:29:11-- https://hailo-csdata.s3.eu-west-2.amazonaws.com/resources/hefs/h8l/yolo26n.hef
Resolving hailo-csdata.s3.eu-west-2.amazonaws.com (hailo-csdata.s3.eu-west-2.amazonaws.com)... 3.5.246.58, 3.5.245.250, 52.95.142.34, ...
Connecting to hailo-csdata.s3.eu-west-2.amazonaws.com (hailo-csdata.s3.eu-west-2.amazonaws.com)|3.5.246.58|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2026-04-10 08:29:12 ERROR 403: Forbidden.
Describe the bug
During the installation of hailo-app, the setup process attempts to download the model file yolo26n.hef from the Hailo S3 bucket. The download fails with an HTTP 403 Forbidden error, preventing the installation from completing.
Steps to Reproduce
Follow the standard hailo-app installation instructions.
The installer runs the following command automatically (or run it manually):
wget https://hailo-csdata.s3.eu-west-2.amazonaws.com/resources/hefs/h8l/yolo26n.hefObserve the error.