Hi everyone,
Thanks for reading. I have following error on Mac OS 12.7.5.
(base) ➜  ~ bash -c "$(curl -fL https://docs.luxonis.com/install_depthai.sh)"

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current

                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0

100  7975  100  7975    0     0   8457      0 --:--:-- --:--:-- --:--:--  8457

mkdir: /Users/mnl/Luxonis: File exists

ENTER absolute installation path for depthai or leave empty and default path: $HOME will be used.

Using default installation path: /Users/mnl/Luxonis

Directory: /Users/mnl/Luxonis is OK

Python version: Python 3.12.2 found.

If you want to use it for installation, press ENTER key, otherwise input path to python binary.

Press ENTER key to continue


Calling macOS_installer.sh


Running macOS installer.

Installing global dependencies.

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current

                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0

100  8131  100  8131    0     0   9940      0 --:--:-- --:--:-- --:--:--  9940

bash: line 133: trixie/sid: division by 0 (error token is "d")

Failed installing dependencies. Could be a bug in the installer or unsupported platform. Open a bug report over at luxonis/depthai - exited with status 1 at line 239

--
I tried with following Github issue but no luck yet.
luxonis/depthai951
I tried with different python version also (3.11 and 3.7(in which it automatically selected 3.10))

How should I proceed? Thank you very much.

Hi @manisl05
Please use the manual approach, since the script has to be patched.

Just run curl -fL https://docs.luxonis.com/install_dependencies.sh | bash, then clone the depthai-python repo and run /examples/install_requirements.py

Thanks,
Jaka