from pyhailort import Hef, Device, VirtualStreams ISSUES

Hello Everyone, i have a raspberry pi 5 with a Hailo-8 installed.
i have installed “sudo apt install hailo-all”
hailortcli -v
HailoRT-CLI version 4.20.0

in my code i am trying to use
from pyhailort import Hef, Device, VirtualStreams

but but i get this error:

python3 -c “import pyhailort; print(pyhailort.version)”
Traceback (most recent call last):
File “”, line 1, in
ModuleNotFoundError: No module named ‘pyhailort’

i downloaded hailort-4.20.0-cp311-cp311-linux_aarch64.whl but the python requires
pip install pyhailort-4.20.0-cp311-cp311-linux_aarch64.whl
and this is not available in the packages

pip install pyhailort-4.20.0-cp311-cp311-linux_aarch64.whl
WARNING: Requirement ‘pyhailort-4.20.0-cp311-cp311-linux_aarch64.whl’ looks like a filename, but the file does not exist
Looking in indexes: Simple index, piwheels - Simple index
Processing ./pyhailort-4.20.0-cp311-cp311-linux_aarch64.whl
ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: ‘/home/licenseplate/Downloads/pyhailort-4.20.0-cp311-cp311-linux_aarch64.whl’

So i found another route to solve the issue here PyHailoRT on raspberry pi AI kit - #2 by shashi

1 Like