• DepthAI
  • Missing resources when installing the new depthai version 2.30 on RPi

I just tried installing the new version 2.30 of depthai on an RPi with pip. There seems to be no wheel and the code successfully compiles, bot the installation of the library fails with the error

error: [Errno 2] No such file or directory: '/tmp/pip-install-pwxtis5i/depthai/utilities/cam_test.py'`

Looking into /tmp/pip-install-pwxtis5i/depthai/, the "utilities" directory is indeed missing.

The prior version 2.29 installs fine and I dont need anything from the new version, so I'm good. Anyway, I'd like to find out if the error is on my end or if it is really a broken installation.

The test was peformed with Python 3.7.3 on an empty virtual environment, OS is Raspbian 10.

    blank
    Hey, I think we "sunsetted" the python3.7 support as many packages don't support it anymore. I'll check.