Hello everyone,
I’m trying to follow the tutorial below to perform asynchronous inference with my model using Hailo:
Hailo Async Inference Tutorial
I’m running the code in VS Code inside a Jupyter Notebook, but I’m encountering the following error when importing the library:
ImportError: libhailort.so.4.20.0: cannot open shared object file: No such file or directory
I’ve already tried some solutions, such as checking if the library is installed and setting LD_LIBRARY_PATH
, but the error persists.
Has anyone faced this issue before or has any suggestions on how to fix it?
I appreciate any help!