Skip to content

Hailo Runtime

Hailo Runtime in PySDK

Installation on Raspberry Pi

If you are using Hailo-8/8L AI accelerator with Raspberry Pi 5, please refer to Hailo Raspberry Pi 5 installation guide.

Installation on Ubuntu

Download the appropriate version of HailoRT based on the platform architecture.

The machine's architecture can be found with the following command:

dpkg --print-architecture

Find the appropriate package on Hailo's Software Downloads Page.

Package Name (Software Downloads Page) HailoRT Package CPU Architecture
HailoRT – Ubuntu package (deb) for amd64 hailort_4.19.0_amd64.deb amd64
HailoRT – Ubuntu package (deb) for arm64 hailort_4.19.0_arm64.deb arm64
HailoRT – Ubuntu package (deb) for armel hailort_4.19.0_armel.deb armel
HailoRT – Ubuntu package (deb) for armhf hailort_4.19.0_armv4.deb armv4

PySDK supports Hailo Runtime version 4.19.0.

The Hailo's Software Downloads Page accessible via this link or the button below.

Hailo Software Downloads

For PySDK integration with Hailo hardware, software distributed by Hailo is required. To access the downloadable packages, a Hailo account is required.

Run the following command to install HailoRT:

sudo dpkg --install hailort_4.19.0_<architecture>.deb

Download the HailoRT – PCIe driver Ubuntu package (deb)

(It can be quickly found by typing "PCIe driver" into the "Search for a package" window)

Run the following command to install the driver:

sudo dpkg --install hailort-pcie-driver_4.19.0_all.deb

PC restart is required after driver installation.

After the PC restart, you can verify the installation by running the following command:

hailortcli scan