Hi I am just trying to get OAK-D running in a Raspberry Pi Zero ( freshly installed Raspberry OS 32 bits)
I am following this tutorial https://docs.luxonis.com/en/latest/pages/api/#install-from-pypi
The following is the error message I recived:
pi@zero:/Documents/depthai $ python3 install_requirements.py
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already satisfied: pip in /home/pi/.local/lib/python3.7/site-packages (20.3.3)
WARNING: Skipping depthai as it is not installed.
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
ERROR: Could not find a version that satisfies the requirement open3d==0.10.0.0
ERROR: No matching distribution found for open3d==0.10.0.0
Traceback (most recent call last):
File "install_requirements.py", line 17, in <module>
subprocess.check_call([*pip_install, "-r", "requirements.txt"])
File "/usr/lib/python3.7/subprocess.py", line 347, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/bin/python3', '-m', 'pip', 'install', '--user', '-r', 'requirements.txt']' returned non-zero exit status 1.
I did a quick search on the forum and google, which can not help me?
Can anyone help? Thank you all in advance.