Many thanks:
transpoco@raspberrypi:~ cd hailo-rpi5-examples
transpoco@raspberrypi:~/hailo-rpi5-examples ./install.sh
Setting up the environment…
Setting up the environment for hailo-tappas-core…
TAPPAS_VERSION is 3.30.0. Proceeding…
You are not in the venv_hailo_rpi5_examples virtual environment.
Virtual environment does not exist. Creating and activating…
/usr/bin/python3: No module named venv.main; ‘venv’ is a package and cannot be directly executed
setup_env.sh: line 80: /home/transpoco/hailo-rpi5-examples/venv_hailo_rpi5_examples/bin/activate: No such file or directory
TAPPAS_POST_PROC_DIR set to /usr/lib/aarch64-linux-gnu/hailo/tappas/post_processes
DEVICE_ARCHITECTURE is set to: HAILO8
Traceback (most recent call last):
File “/usr/bin/pip”, line 5, in
from pip._internal.cli.main import main
File “/usr/lib/python3/dist-packages/pip/_internal/cli/main.py”, line 9, in
from pip._internal.cli.autocompletion import autocomplete
File “/usr/lib/python3/dist-packages/pip/_internal/cli/autocompletion.py”, line 10, in
from pip._internal.cli.main_parser import create_main_parser
File “/usr/lib/python3/dist-packages/pip/_internal/cli/main_parser.py”, line 9, in
from pip._internal.build_env import get_runnable_pip
File “/usr/lib/python3/dist-packages/pip/_internal/build_env.py”, line 6, in
import pathlib
File “/usr/lib/python3.11/pathlib.py”, line 13, in
from urllib.parse import quote_from_bytes as urlquote_from_bytes
ModuleNotFoundError: No module named ‘urllib.parse’
Traceback (most recent call last):
File “/usr/bin/pip”, line 5, in
from pip._internal.cli.main import main
File “/usr/lib/python3/dist-packages/pip/_internal/cli/main.py”, line 9, in
from pip._internal.cli.autocompletion import autocomplete
File “/usr/lib/python3/dist-packages/pip/_internal/cli/autocompletion.py”, line 10, in
from pip._internal.cli.main_parser import create_main_parser
File “/usr/lib/python3/dist-packages/pip/_internal/cli/main_parser.py”, line 9, in
from pip._internal.build_env import get_runnable_pip
File “/usr/lib/python3/dist-packages/pip/_internal/build_env.py”, line 6, in
import pathlib
File “/usr/lib/python3.11/pathlib.py”, line 13, in
from urllib.parse import quote_from_bytes as urlquote_from_bytes
ModuleNotFoundError: No module named ‘urllib.parse’
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
rapidjson-dev is already the newest version (1.1.0+dfsg2-7.1).
The following packages were automatically installed and are no longer required:
dkms libwlroots12 linux-headers-6.1.0-28-arm64 linux-headers-6.1.0-28-common
linux-headers-arm64 linux-kbuild-6.1
Use ‘sudo apt autoremove’ to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Downloading HAILO8 models
File ‘./resources/yolov5m_wo_spp.hef’ already there; not retrieving.
File ‘./resources/yolov8m_pose.hef’ already there; not retrieving.
File ‘./resources/yolov8s_pose.hef’ already there; not retrieving.
File ‘./resources/yolov6n.hef’ already there; not retrieving.
File ‘./resources/yolov8s.hef’ already there; not retrieving.
File ‘./resources/yolov5m_seg.hef’ already there; not retrieving.
File ‘./resources/yolov5n_seg.hef’ already there; not retrieving.
File ‘./resources/yolov8m.hef’ already there; not retrieving.
File ‘./resources/yolov8s-hailo8l-barcode.hef’ already there; not retrieving.
File ‘./resources/detection0.mp4’ already there; not retrieving.
File ‘./resources/barcode.mp4’ already there; not retrieving.
Traceback (most recent call last):
File “/usr/bin/meson”, line 29, in
from pathlib import Path
File “/usr/lib/python3.11/pathlib.py”, line 13, in
from urllib.parse import quote_from_bytes as urlquote_from_bytes
ModuleNotFoundError: No module named ‘urllib.parse’
ninja: error: loading ‘build.ninja’: No such file or directory
ninja: error: loading ‘build.ninja’: No such file or directory
transpoco@raspberrypi:~/hailo-rpi5-examples ^C
transpoco@raspberrypi:~/hailo-rpi5-examples cd …
transpoco@raspberrypi:~ $ python3
Python 3.11.2 (main, Sep 14 2024, 03:00:30) [GCC 12.2.0] on linux
Type “help”, “copyright”, “credits” or “license” for more information.
exit
Use exit() or Ctrl-D (i.e. EOF) to exit
eof
Traceback (most recent call last):
File “”, line 1, in
NameError: name ‘eof’ is not defined
EOF
Traceback (most recent call last):
File “”, line 1, in
NameError: name ‘EOF’ is not defined
transpoco@raspberrypi:~
transpoco@raspberrypi:~
transpoco@raspberrypi:~ cd hailo-rpi5-examples
transpoco@raspberrypi:~/hailo-rpi5-examples dir
basic_pipelines community_projects doc install.sh README.md run_tests.sh
build.release compile_postprocess.sh download_resources.sh LICENSE requirements.txt setup_env.sh
ci.yaml cpp hailort.log meson.build resources tests
transpoco@raspberrypi:~/hailo-rpi5-examples $