We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e452f commit 0009161Copy full SHA for 0009161
docs/install_dependencies.sh
@@ -28,6 +28,7 @@ readonly debian_pkgs=(
28
libtiff-dev
29
# https://stackoverflow.com/questions/55313610
30
ffmpeg
31
+ python3-venv
32
libsm6
33
libxext6
34
python3-pyqt5
docs/install_depthai.sh
@@ -68,7 +68,7 @@ if [[ $(uname -s) == "Darwin" ]]; then
68
69
70
71
- "$VENV_PATH/bin/python" -m pip install --upgrade pip setuptools wheel
+ "$VENV_PATH/bin/python" -m pip install --upgrade pip setuptools wheel numpy
72
# If on ARM, set the PYTHONPATH to include the Homebrew installation path
73
if [[ $(uname -m) == 'arm64' ]]; then
74
if [[ ":$PYTHONPATH:" == *":/opt/homebrew/lib/python3.10/site-packages:"* ]]; then
0 commit comments