depthai
depthai copied to clipboard
Errors running install_requirements.py
Running Python 3.7.3 on a Raspberry Pi 4 8GB, I downloaded the depthai repo, and when I run python3 install_requirements.py
I get the following errors:
ERROR: Could not find a version that satisfies the requirement PySide6==6.2.0 (from versions: none)
ERROR: No matching distribution found for PySide6==6.2.0
Hello @suciokhan.
Sorry about the trouble, the latest depthai_demo
is not supported yet on raspberry pi.
Please use the following branch: https://github.com/luxonis/depthai/tree/old_interface_before_gui
git checkout old_interface_before_gui
python3 install_requirements.py