Import supervision as sv ModuleNotFoundError: No module named 'supervision'

why when run
./detection_with_tracker.py -i input_video.mp4 -o output_video.mp4 -l coco.txt -s 0.5

i get this error

Hi @haldun,
I assume that you are reffering to this example:
Hailo-Application-Code-Examples/runtime/python/detection_with_tracker at main · hailo-ai/Hailo-Application-Code-Examples

Have you gone through the readme? Please make sure that you install the requirements with this command:
pip install -r requirements.txt