After running python3 install_requirements.py
on Ubuntu 22.04.1 x86 64-bit, Matplotlib is missing and has to be installed manually in order to run depthai_demo
.
The same issue with installation on Raspberry Pi 4 B with Debian bullseye aarch64. Additional error: No Qt binding were found
. I tried pip install PyQt5
, but it times out on Preparing metadata (pyproject.toml)
. Has anyone installed it successfully on RPi?