Update install_birdnet.sh

This commit is contained in:
Patrick McGuire
2022-01-30 11:27:55 -05:00
committed by GitHub
parent 2e58d916e7
commit a59f5b0500
+1 -1
View File
@@ -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