Skip to content

Commit 0009161

Browse files
JanJan
authored andcommitted
fix: add numpy on mac
1 parent c8e452f commit 0009161

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/install_dependencies.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ readonly debian_pkgs=(
2828
libtiff-dev
2929
# https://stackoverflow.com/questions/55313610
3030
ffmpeg
31+
python3-venv
3132
libsm6
3233
libxext6
3334
python3-pyqt5

docs/install_depthai.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ if [[ $(uname -s) == "Darwin" ]]; then
6868

6969

7070

71-
"$VENV_PATH/bin/python" -m pip install --upgrade pip setuptools wheel
71+
"$VENV_PATH/bin/python" -m pip install --upgrade pip setuptools wheel numpy
7272
# If on ARM, set the PYTHONPATH to include the Homebrew installation path
7373
if [[ $(uname -m) == 'arm64' ]]; then
7474
if [[ ":$PYTHONPATH:" == *":/opt/homebrew/lib/python3.10/site-packages:"* ]]; then

0 commit comments

Comments
 (0)