ain@raspberrypi:~/hailo-CLIP $ source setup_env.sh
Setting up the environment...
Setting up the environment for hailo-tappas-core...
TAPPAS_VERSION is 3.28.2. Proceeding...
You are not in the hailo_clip_venv virtual environment.
Virtual environment exists. Activating...
TAPPAS_POST_PROC_DIR set to /usr/lib/aarch64-linux-gnu/hailo/tappas//post-process/
DEVICE_ARCHITECTURE is set to: HAILO8L
(hailo_clip_venv) ain@raspberrypi:~/hailo-CLIP $ python3 -m pip install -v -e .
Using pip 24.2 from /home/ain/hailo-CLIP/hailo_clip_venv/lib/python3.10/site-packages/pip (python 3.10)
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Obtaining file:///home/ain/hailo-CLIP
Running command pip subprocess to install build dependencies
Using pip 24.2 from /home/ain/hailo-CLIP/hailo_clip_venv/lib/python3.10/site-packages/pip (python 3.10)
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple, https://www.piwheels.org/simple
Collecting setuptools>=40.8.0
Using cached https://www.piwheels.org/simple/setuptools/setuptools-74.1.2-py3-none-any.whl (1.3 MB)
Installing collected packages: setuptools
Successfully installed setuptools-74.1.2
Installing build dependencies ... done
Running command Checking if build backend supports build_editable
Checking if build backend supports build_editable ... done
Running command Getting requirements to build editable
ERROR:__main__:Hailo python package not found. Please make sure you're in the Hailo virtual environment. Run 'source setup_env.sh' and try again.
error: subprocess-exited-with-error
× Getting requirements to build editable did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
full command: /home/ain/hailo-CLIP/hailo_clip_venv/bin/python3 /home/ain/hailo-CLIP/hailo_clip_venv/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py get_requires_for_build_editable /tmp/tmp7blcf6oe
cwd: /home/ain/hailo-CLIP
Getting requirements to build editable ... error
error: subprocess-exited-with-error
× Getting requirements to build editable did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Hi, I think you made some changes to the default Python version on your Pi. The default for Raspberry Pi should be Python 3.11, but I see from your log that you’re using Python 3.10.
Our installation package installs dependencies for Python 3.11, so you won’t see them when using Python 3.10.
Additionally, your TAPPAS core version is 3.28.2. I suggest switching to our latest release.
Please try to run again. In the first run it downloads the model.
I don’t see an error, ‘EOS received, shutting down the pipeline’ is expected at the end of the video (End Of Stream)