From 927cc077cd61eab3215e3b73fea198d3aeb23aba Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Sun, 30 Jan 2022 11:26:42 -0500 Subject: [PATCH] Update install_birdnet.sh --- scripts/install_birdnet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_birdnet.sh b/scripts/install_birdnet.sh index e95ac05..16a821e 100755 --- a/scripts/install_birdnet.sh +++ b/scripts/install_birdnet.sh @@ -51,7 +51,7 @@ install_birdnet() { python3 -m venv birdnet source ./birdnet/bin/activate echo "Upgrading pip, wheel, and setuptools" - pip3 install --upgrade pip wheel setuptools + pip3 install --upgrade pip~=21.0.0 wheel setuptools python_version="$(awk -F. '{print $2}' <(ls -l $(which /usr/bin/python3)))" echo "python_version=${python_version}" # TFLite Pre-built binaires from https://github.com/PINTO0309/TensorflowLite-bin