Hi, is there a way to get the Oak-1 Max to work on Debian Bookworm?
Debian Bookworm Oak-1
What isn't working?
Hi Vital, thanks for your answer….
when i try to install:
$ sudo wget -qO- https://docs.luxonis.com/install_depthai.sh | bash
i get following errors:
Package libtbb2 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libtbbmalloc2
E: Package 'libtbb2' has no installation candidate
E: Unable to locate package libdc1394-22-dev
Failed installing dependencies. Could be a bug in the installer or unsupported platform. Open a bug report over at https://github.com/luxonis/depthai - exited with status 100 at line 118
Failed installing dependencies. Could be a bug in the installer or unsupported platform. Open a bug report over at https://github.com/luxonis/depthai - exited with status 100 at line 192
Thank you very much for your help.
Hey TimHaag
Looks like some packages were changed and aren't yet updated in the install script.
You will currently need to download and edit the script yourself to fix the errors you are getting.
- Replace libtbb2 with libtbbmalloc2
- Replace libdc1394-22-dev with libdc1394-dev
Then run the script with bash install_depthai.sh
Thanks,
Jaka
i replaced the
- libtbb2 with libtbbmalloc2
- libdc1394-22-dev with libdc1394-dev
in the install_dependencies.sh
then i changed the path in the install_depthai.sh to
- echo "Installing global dependencies."
- sudo wget -qO- /home/linuxcnc/Downloads/install_dependencies.sh | bash
after the changes it installed successfully and i was able to run the demo.
Now it seems there is a problem by using python 3.11, i can´t install the install_requirements.py without an error and i get by using the depthai library No module named 'depthai'
Thanks for your help… sorry English is not my native language.