This commit is contained in:
Alexandre
2025-03-04 23:02:22 +01:00
parent cc6458b132
commit 9af6c5d7c8
2 changed files with 3 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ if [[ "$(uname -m)" = "x86_64" ]]; then
bashio::log.warning "Trying to install tensorflow instead of tflite_runtime instead"
mkdir -p /home/pi/.cache/pip
chmod 777 /home/pi/.cache/pip
# shellcheck disable=SC1091
source /home/pi/BirdNET-Pi/birdnet/bin/activate
pip3 uninstall -y tflite_runtime
pip3 install tensorflow