Hi Erik,
I've been trying different versions of Python installing and uninstalling using pyenv. I currently have 3.11:
(venv) nicsandiland@Nics-MacBook-Pro pythonProject % pyenv versions
- system (set by /Users/nicsandiland/.pyenv/version)
3.11.1
(venv) nicsandiland@Nics-MacBook-Pro pythonProject %
I've downloaded the respective file you suggested but am getting an 'unsupported' error:
(venv) nicsandiland@Nics-MacBook-Pro pythonProject % pip3 install depthai-2.20.2.0-cp311-cp311-macosx_11_0_arm64.whl
ERROR: depthai-2.20.2.0-cp311-cp311-macosx_11_0_arm64.whl is not a supported wheel on this platform.
thanks,
Nic