depthai icon indicating copy to clipboard operation
depthai copied to clipboard

Errors running install_requirements.py

Open suciokhan opened this issue 3 years ago • 1 comments

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

suciokhan avatar Nov 23 '21 21:11 suciokhan

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

SzabolcsGergely avatar Nov 24 '21 23:11 SzabolcsGergely