Hi @SeanWorcester
You can probably just do:
sudo apt install -y libilmbase-dev, libopenexr-dev, libjasper-dev, libdc1394-dev, qt5-qmake, qtbase5-dev-tools, qml-module-qtquick-layouts, qml-module-qtquick-window2, qtbase5-dev, python3-pyqt5.qtquick, qml-module-qtquick-controls2, qml-module-qt-labs-platform, qtdeclarative5-dev
since these get installed globally anyway.
Then, inside your env, python3 -m pip install depthai -U
, which will install depthai and it's dependencies. Keep in mind, if depthai requires a higher version of numpy, it will install it. Dependencies have a required version for a reason. This probably won't break your currently functioning environment anyway.
Thanks,
Jaka