+ set -e + my_dir=/home/pi/BirdNET-Pi + export my_dir=/home/pi/BirdNET-Pi + my_dir=/home/pi/BirdNET-Pi + cd /home/pi/BirdNET-Pi/scripts ++ uname -m + '[' aarch64 '!=' aarch64 ']' + ./install_config.sh + set -e + trap 'exit 1' SIGINT SIGHUP + echo 'Beginning ./install_config.sh' Beginning ./install_config.sh + birdnet_conf=/home/pi/BirdNET-Pi/birdnet.conf + '[' -f /home/pi/BirdNET-Pi/birdnet.conf ']' + install_config + cat ++ curl -s4 ifconfig.co/json ++ jq .latitude ++ curl -s4 ifconfig.co/json ++ jq .longitude + chmod g+w /home/pi/BirdNET-Pi/birdnet.conf + '[' -d /etc/birdnet ']' + sudo mkdir /etc/birdnet + sudo ln -sf /home/pi/BirdNET-Pi/birdnet.conf /etc/birdnet/birdnet.conf + grep -ve '^#' -e '^$' /etc/birdnet/birdnet.conf + sudo -E HOME=/home/pi USER=pi ./install_services.sh + trap 'rm -f ${tmpfile}' EXIT + trap 'exit 1' SIGINT SIGHUP ++ mktemp + tmpfile=/tmp/tmp.csrFFuyoVs + config_file=/home/pi/BirdNET-Pi/birdnet.conf + export USER=pi + USER=pi + export HOME=/home/pi + HOME=/home/pi + export PYTHON_VIRTUAL_ENV=/home/pi/BirdNET-Pi/birdnet/bin/python3 + PYTHON_VIRTUAL_ENV=/home/pi/BirdNET-Pi/birdnet/bin/python3 + '[' -f /home/pi/BirdNET-Pi/birdnet.conf ']' + source /home/pi/BirdNET-Pi/birdnet.conf ++ LATITUDE=45.7732 ++ LONGITUDE=-73.4293 ++ BIRDWEATHER_ID= ++ CADDY_PWD= ++ ICE_PWD=birdnetpi ++ BIRDNETPI_URL= ++ RTSP_STREAM= ++ APPRISE_NOTIFICATION_TITLE='New BirdNET-Pi Detection' ++ APPRISE_NOTIFICATION_BODY='A was just detected with a confidence of ' ++ APPRISE_NOTIFY_EACH_DETECTION=0 ++ APPRISE_NOTIFY_NEW_SPECIES=0 ++ FLICKR_API_KEY= ++ FLICKR_FILTER_EMAIL= ++ RECS_DIR=/home/pi/BirdSongs ++ REC_CARD=default ++ PROCESSED=/home/pi/BirdSongs/Processed ++ EXTRACTED=/home/pi/BirdSongs/Extracted ++ OVERLAP=0.0 ++ CONFIDENCE=0.7 ++ SENSITIVITY=1.25 ++ CHANNELS=2 ++ FULL_DISK=purge ++ PRIVACY_THRESHOLD=0 ++ RECORDING_LENGTH=15 ++ EXTRACTION_LENGTH= ++ AUDIOFMT=mp3 ++ DATABASE_LANG=en ++ SILENCE_UPDATE_INDICATOR=0 ++ LAST_RUN= ++ THIS_RUN= ++ IDFILE=/home/pi/BirdNET-Pi/IdentifiedSoFar.txt + install_services + set_hostname ++ hostname + '[' Bureau == raspberrypi ']' + update_etc_hosts ++ hostname + sed -ie 's/$(hostname).local/Bureau.local /g' /etc/hosts + set_login + '[' -d /etc/lightdm ']' + install_depends + apt install -y debian-keyring debian-archive-keyring apt-transport-https WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... apt-transport-https is already the newest version (2.2.4). debian-archive-keyring is already the newest version (2021.1.1). The following NEW packages will be installed: debian-keyring 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 31.1 MB of archives. After this operation, 32.6 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian bullseye/main arm64 debian-keyring all 2021.07.26 [31.1 MB] Fetched 31.1 MB in 4s (7,860 kB/s) Selecting previously unselected package debian-keyring. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 139884 files and directories currently installed.) Preparing to unpack .../debian-keyring_2021.07.26_all.deb ... Unpacking debian-keyring (2021.07.26) ... Setting up debian-keyring (2021.07.26) ... + curl -1sLf https://dl.cloudsmith.io/public/caddy/stable/gpg.key + sudo gpg --dearmor -o /usr/share/keyrings/caddy-stable-archive-keyring.gpg + curl -1sLf https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt + sudo tee /etc/apt/sources.list.d/caddy-stable.list # Source: Caddy # Site: https://github.com/caddyserver/caddy # Repository: Caddy / stable # Description: Fast, multi-platform web server with automatic HTTPS deb [signed-by=/usr/share/keyrings/caddy-stable-archive-keyring.gpg] https://dl.cloudsmith.io/public/caddy/stable/deb/debian any-version main deb-src [signed-by=/usr/share/keyrings/caddy-stable-archive-keyring.gpg] https://dl.cloudsmith.io/public/caddy/stable/deb/debian any-version main + apt -qqq update WARNING: apt does not have a stable CLI interface. Use with caution in scripts. + apt -qqy upgrade WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. + echo 'icecast2 icecast2/icecast-setup boolean false' + debconf-set-selections + apt install -qqy caddy ftpd sqlite3 php-sqlite3 alsa-utils pulseaudio avahi-utils sox libsox-fmt-mp3 php php-fpm php-curl php-xml php-zip icecast2 swig ffmpeg wget unzip curl cmake make bc libjpeg-dev zlib1g-dev python3-dev python3-pip python3-venv lsof WARNING: apt does not have a stable CLI interface. Use with caution in scripts. bc is already the newest version (1.07.1-2+b2). curl is already the newest version (7.74.0-1.3+deb11u1). lsof is already the newest version (4.93.2+dfsg-1.1). lsof set to manually installed. make is already the newest version (4.3-4.1). make set to manually installed. python3-dev is already the newest version (3.9.2-3). python3-dev set to manually installed. python3-venv is already the newest version (3.9.2-3). python3-venv set to manually installed. unzip is already the newest version (6.0-26). wget is already the newest version (1.21-1+deb11u1). zlib1g-dev is already the newest version (1:1.2.11.dfsg-2+deb11u1). zlib1g-dev set to manually installed. alsa-utils is already the newest version (1.2.4-1+rpt1). ffmpeg is already the newest version (7:4.3.4-0+deb11u1+rpt1). pulseaudio is already the newest version (14.2-2+rpi1). pulseaudio set to manually installed. python3-pip is already the newest version (20.3.4-4+rpt1). The following additional packages will be installed: cmake-data libjpeg62-turbo-dev libjsoncpp24 libopencore-amrnb0 libopencore-amrwb0 librhash0 libsox-fmt-alsa libsox-fmt-base libsox3 libzip4 openbsd-inetd php-common php7.4 php7.4-cli php7.4-common php7.4-curl php7.4-fpm php7.4-json php7.4-opcache php7.4-readline php7.4-sqlite3 php7.4-xml php7.4-zip swig4.0 tcpd Suggested packages: cmake-doc ninja-build ices2 libsox-fmt-all php-pear sqlite3-doc swig-doc swig-examples swig4.0-examples swig4.0-doc The following NEW packages will be installed: avahi-utils caddy cmake cmake-data ftpd icecast2 libjpeg-dev libjpeg62-turbo-dev libjsoncpp24 libopencore-amrnb0 libopencore-amrwb0 librhash0 libsox-fmt-alsa libsox-fmt-base libsox-fmt-mp3 libsox3 libzip4 openbsd-inetd php php-common php-curl php-fpm php-sqlite3 php-xml php-zip php7.4 php7.4-cli php7.4-common php7.4-curl php7.4-fpm php7.4-json php7.4-opcache php7.4-readline php7.4-sqlite3 php7.4-xml php7.4-zip sox sqlite3 swig swig4.0 tcpd Preconfiguring packages ... 0 upgraded, 41 newly installed, 0 to remove and 0 not upgraded. Need to get 28.2 MB of archives. After this operation, 99.9 MB of additional disk space will be used. Selecting previously unselected package icecast2. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 139894 files and directories currently installed.) Preparing to unpack .../00-icecast2_2.4.4-4_arm64.deb ... Unpacking icecast2 (2.4.4-4) ... Selecting previously unselected package tcpd. Preparing to unpack .../01-tcpd_7.6.q-31_arm64.deb ... Unpacking tcpd (7.6.q-31) ... Selecting previously unselected package openbsd-inetd. Preparing to unpack .../02-openbsd-inetd_0.20160825-5_arm64.deb ... Unpacking openbsd-inetd (0.20160825-5) ... Selecting previously unselected package avahi-utils. Preparing to unpack .../03-avahi-utils_0.8-5_arm64.deb ... Unpacking avahi-utils (0.8-5) ... Selecting previously unselected package caddy. Preparing to unpack .../04-caddy_2.5.1_arm64.deb ... Unpacking caddy (2.5.1) ... Selecting previously unselected package cmake-data. Preparing to unpack .../05-cmake-data_3.18.4-2+rpt1+rpi1_all.deb ... Unpacking cmake-data (3.18.4-2+rpt1+rpi1) ... Selecting previously unselected package libjsoncpp24:arm64. Preparing to unpack .../06-libjsoncpp24_1.9.4-4_arm64.deb ... Unpacking libjsoncpp24:arm64 (1.9.4-4) ... Selecting previously unselected package librhash0:arm64. Preparing to unpack .../07-librhash0_1.4.1-2_arm64.deb ... Unpacking librhash0:arm64 (1.4.1-2) ... Selecting previously unselected package cmake. Preparing to unpack .../08-cmake_3.18.4-2+rpt1+rpi1_arm64.deb ... Unpacking cmake (3.18.4-2+rpt1+rpi1) ... Selecting previously unselected package ftpd. Preparing to unpack .../09-ftpd_0.17-36.2_arm64.deb ... Unpacking ftpd (0.17-36.2) ... Selecting previously unselected package libjpeg62-turbo-dev:arm64. Preparing to unpack .../10-libjpeg62-turbo-dev_1%3a2.0.6-4_arm64.deb ... Unpacking libjpeg62-turbo-dev:arm64 (1:2.0.6-4) ... Selecting previously unselected package libjpeg-dev:arm64. Preparing to unpack .../11-libjpeg-dev_1%3a2.0.6-4_arm64.deb ... Unpacking libjpeg-dev:arm64 (1:2.0.6-4) ... Selecting previously unselected package libopencore-amrnb0:arm64. Preparing to unpack .../12-libopencore-amrnb0_0.1.5-1_arm64.deb ... Unpacking libopencore-amrnb0:arm64 (0.1.5-1) ... Selecting previously unselected package libopencore-amrwb0:arm64. Preparing to unpack .../13-libopencore-amrwb0_0.1.5-1_arm64.deb ... Unpacking libopencore-amrwb0:arm64 (0.1.5-1) ... Selecting previously unselected package libsox3:arm64. Preparing to unpack .../14-libsox3_14.4.2+git20190427-2_arm64.deb ... Unpacking libsox3:arm64 (14.4.2+git20190427-2) ... Selecting previously unselected package libsox-fmt-alsa:arm64. Preparing to unpack .../15-libsox-fmt-alsa_14.4.2+git20190427-2_arm64.deb ... Unpacking libsox-fmt-alsa:arm64 (14.4.2+git20190427-2) ... Selecting previously unselected package libsox-fmt-base:arm64. Preparing to unpack .../16-libsox-fmt-base_14.4.2+git20190427-2_arm64.deb ... Unpacking libsox-fmt-base:arm64 (14.4.2+git20190427-2) ... Selecting previously unselected package libsox-fmt-mp3:arm64. Preparing to unpack .../17-libsox-fmt-mp3_14.4.2+git20190427-2_arm64.deb ... Unpacking libsox-fmt-mp3:arm64 (14.4.2+git20190427-2) ... Selecting previously unselected package libzip4:arm64. Preparing to unpack .../18-libzip4_1.7.3-1_arm64.deb ... Unpacking libzip4:arm64 (1.7.3-1) ... Selecting previously unselected package php-common. Preparing to unpack .../19-php-common_2%3a76_all.deb ... Unpacking php-common (2:76) ... Selecting previously unselected package php7.4-common. Preparing to unpack .../20-php7.4-common_7.4.28-1+deb11u1_arm64.deb ... Unpacking php7.4-common (7.4.28-1+deb11u1) ... Selecting previously unselected package php7.4-json. Preparing to unpack .../21-php7.4-json_7.4.28-1+deb11u1_arm64.deb ... Unpacking php7.4-json (7.4.28-1+deb11u1) ... Selecting previously unselected package php7.4-opcache. Preparing to unpack .../22-php7.4-opcache_7.4.28-1+deb11u1_arm64.deb ... Unpacking php7.4-opcache (7.4.28-1+deb11u1) ... Selecting previously unselected package php7.4-readline. Preparing to unpack .../23-php7.4-readline_7.4.28-1+deb11u1_arm64.deb ... Unpacking php7.4-readline (7.4.28-1+deb11u1) ... Selecting previously unselected package php7.4-cli. Preparing to unpack .../24-php7.4-cli_7.4.28-1+deb11u1_arm64.deb ... Unpacking php7.4-cli (7.4.28-1+deb11u1) ... Selecting previously unselected package php7.4-fpm. Preparing to unpack .../25-php7.4-fpm_7.4.28-1+deb11u1_arm64.deb ... Unpacking php7.4-fpm (7.4.28-1+deb11u1) ... Selecting previously unselected package php7.4. Preparing to unpack .../26-php7.4_7.4.28-1+deb11u1_all.deb ... Unpacking php7.4 (7.4.28-1+deb11u1) ... Selecting previously unselected package php. Preparing to unpack .../27-php_2%3a7.4+76_all.deb ... Unpacking php (2:7.4+76) ... Selecting previously unselected package php7.4-curl. Preparing to unpack .../28-php7.4-curl_7.4.28-1+deb11u1_arm64.deb ... Unpacking php7.4-curl (7.4.28-1+deb11u1) ... Selecting previously unselected package php-curl. Preparing to unpack .../29-php-curl_2%3a7.4+76_all.deb ... Unpacking php-curl (2:7.4+76) ... Selecting previously unselected package php-fpm. Preparing to unpack .../30-php-fpm_2%3a7.4+76_all.deb ... Unpacking php-fpm (2:7.4+76) ... Selecting previously unselected package php7.4-sqlite3. Preparing to unpack .../31-php7.4-sqlite3_7.4.28-1+deb11u1_arm64.deb ... Unpacking php7.4-sqlite3 (7.4.28-1+deb11u1) ... Selecting previously unselected package php-sqlite3. Preparing to unpack .../32-php-sqlite3_2%3a7.4+76_all.deb ... Unpacking php-sqlite3 (2:7.4+76) ... Selecting previously unselected package php7.4-xml. Preparing to unpack .../33-php7.4-xml_7.4.28-1+deb11u1_arm64.deb ... Unpacking php7.4-xml (7.4.28-1+deb11u1) ... Selecting previously unselected package php-xml. Preparing to unpack .../34-php-xml_2%3a7.4+76_all.deb ... Unpacking php-xml (2:7.4+76) ... Selecting previously unselected package php7.4-zip. Preparing to unpack .../35-php7.4-zip_7.4.28-1+deb11u1_arm64.deb ... Unpacking php7.4-zip (7.4.28-1+deb11u1) ... Selecting previously unselected package php-zip. Preparing to unpack .../36-php-zip_2%3a7.4+76_all.deb ... Unpacking php-zip (2:7.4+76) ... Selecting previously unselected package sox. Preparing to unpack .../37-sox_14.4.2+git20190427-2_arm64.deb ... Unpacking sox (14.4.2+git20190427-2) ... Selecting previously unselected package sqlite3. Preparing to unpack .../38-sqlite3_3.34.1-3_arm64.deb ... Unpacking sqlite3 (3.34.1-3) ... Selecting previously unselected package swig4.0. Preparing to unpack .../39-swig4.0_4.0.2-1_arm64.deb ... Unpacking swig4.0 (4.0.2-1) ... Selecting previously unselected package swig. Preparing to unpack .../40-swig_4.0.2-1_all.deb ... Unpacking swig (4.0.2-1) ... Setting up php-common (2:76) ... Created symlink /etc/systemd/system/timers.target.wants/phpsessionclean.timer → /lib/systemd/system/phpsessionclean.timer. Setting up php7.4-common (7.4.28-1+deb11u1) ... Creating config file /etc/php/7.4/mods-available/calendar.ini with new version Creating config file /etc/php/7.4/mods-available/ctype.ini with new version Creating config file /etc/php/7.4/mods-available/exif.ini with new version Creating config file /etc/php/7.4/mods-available/fileinfo.ini with new version Creating config file /etc/php/7.4/mods-available/ffi.ini with new version Creating config file /etc/php/7.4/mods-available/ftp.ini with new version Creating config file /etc/php/7.4/mods-available/gettext.ini with new version Creating config file /etc/php/7.4/mods-available/iconv.ini with new version Creating config file /etc/php/7.4/mods-available/pdo.ini with new version Creating config file /etc/php/7.4/mods-available/phar.ini with new version Creating config file /etc/php/7.4/mods-available/posix.ini with new version Creating config file /etc/php/7.4/mods-available/shmop.ini with new version Creating config file /etc/php/7.4/mods-available/sockets.ini with new version Creating config file /etc/php/7.4/mods-available/sysvmsg.ini with new version Creating config file /etc/php/7.4/mods-available/sysvsem.ini with new version Creating config file /etc/php/7.4/mods-available/sysvshm.ini with new version Creating config file /etc/php/7.4/mods-available/tokenizer.ini with new version Setting up php7.4-curl (7.4.28-1+deb11u1) ... Creating config file /etc/php/7.4/mods-available/curl.ini with new version Setting up libsox3:arm64 (14.4.2+git20190427-2) ... Setting up libzip4:arm64 (1.7.3-1) ... Setting up avahi-utils (0.8-5) ... Setting up php7.4-readline (7.4.28-1+deb11u1) ... Creating config file /etc/php/7.4/mods-available/readline.ini with new version Setting up icecast2 (2.4.4-4) ... update-rc.d: error: no runlevel symlinks to modify, aborting! Setting up libopencore-amrwb0:arm64 (0.1.5-1) ... Setting up php7.4-zip (7.4.28-1+deb11u1) ... Creating config file /etc/php/7.4/mods-available/zip.ini with new version Setting up libjpeg62-turbo-dev:arm64 (1:2.0.6-4) ... Setting up libsox-fmt-alsa:arm64 (14.4.2+git20190427-2) ... Setting up libjsoncpp24:arm64 (1.9.4-4) ... Setting up php-zip (2:7.4+76) ... Setting up caddy (2.5.1) ... Created symlink /etc/systemd/system/multi-user.target.wants/caddy.service → /lib/systemd/system/caddy.service. Setting up librhash0:arm64 (1.4.1-2) ... Setting up libopencore-amrnb0:arm64 (0.1.5-1) ... Setting up php7.4-opcache (7.4.28-1+deb11u1) ... Creating config file /etc/php/7.4/mods-available/opcache.ini with new version Setting up cmake-data (3.18.4-2+rpt1+rpi1) ... Setting up libsox-fmt-base:arm64 (14.4.2+git20190427-2) ... Setting up swig4.0 (4.0.2-1) ... Setting up tcpd (7.6.q-31) ... Setting up php7.4-sqlite3 (7.4.28-1+deb11u1) ... Creating config file /etc/php/7.4/mods-available/sqlite3.ini with new version Creating config file /etc/php/7.4/mods-available/pdo_sqlite.ini with new version Setting up libsox-fmt-mp3:arm64 (14.4.2+git20190427-2) ... Setting up sqlite3 (3.34.1-3) ... Setting up php-curl (2:7.4+76) ... Setting up php7.4-json (7.4.28-1+deb11u1) ... Creating config file /etc/php/7.4/mods-available/json.ini with new version Setting up php7.4-xml (7.4.28-1+deb11u1) ... Creating config file /etc/php/7.4/mods-available/dom.ini with new version Creating config file /etc/php/7.4/mods-available/simplexml.ini with new version Creating config file /etc/php/7.4/mods-available/xml.ini with new version Creating config file /etc/php/7.4/mods-available/xmlreader.ini with new version Creating config file /etc/php/7.4/mods-available/xmlwriter.ini with new version Creating config file /etc/php/7.4/mods-available/xsl.ini with new version Setting up swig (4.0.2-1) ... Setting up libjpeg-dev:arm64 (1:2.0.6-4) ... Setting up php7.4-cli (7.4.28-1+deb11u1) ... update-alternatives: using /usr/bin/php7.4 to provide /usr/bin/php (php) in auto mode update-alternatives: using /usr/bin/phar7.4 to provide /usr/bin/phar (phar) in auto mode update-alternatives: using /usr/bin/phar.phar7.4 to provide /usr/bin/phar.phar (phar.phar) in auto mode Creating config file /etc/php/7.4/cli/php.ini with new version Setting up php-sqlite3 (2:7.4+76) ... Setting up sox (14.4.2+git20190427-2) ... Setting up openbsd-inetd (0.20160825-5) ... Created symlink /etc/systemd/system/multi-user.target.wants/inetd.service → /lib/systemd/system/inetd.service. Setting up cmake (3.18.4-2+rpt1+rpi1) ... Setting up ftpd (0.17-36.2) ... Setting up php-xml (2:7.4+76) ... Setting up php7.4-fpm (7.4.28-1+deb11u1) ... Creating config file /etc/php/7.4/fpm/php.ini with new version Created symlink /etc/systemd/system/multi-user.target.wants/php7.4-fpm.service → /lib/systemd/system/php7.4-fpm.service. Setting up php7.4 (7.4.28-1+deb11u1) ... Setting up php-fpm (2:7.4+76) ... Setting up php (2:7.4+76) ... Processing triggers for man-db (2.9.4-2) ... Processing triggers for mailcap (3.69) ... Processing triggers for libc-bin (2.31-13+rpt2+rpi1+deb11u2) ... ldconfig: /lib/aarch64-linux-gnu/libcc1.so.0 is not an ELF file - it has the wrong magic bytes at the start. ldconfig: /lib/aarch64-linux-gnu/libcc1.so.0.0.0 is not an ELF file - it has the wrong magic bytes at the start. Processing triggers for php7.4-cli (7.4.28-1+deb11u1) ... Processing triggers for php7.4-fpm (7.4.28-1+deb11u1) ... + install_scripts + ln -sf /home/pi/BirdNET-Pi/scripts/adminer-de.php /home/pi/BirdNET-Pi/scripts/adminer-fr.php /home/pi/BirdNET-Pi/scripts/adminer.php /home/pi/BirdNET-Pi/scripts/advanced.php /home/pi/BirdNET-Pi/scripts/analyze.py /home/pi/BirdNET-Pi/scripts/birdnet_analysis.sh /home/pi/BirdNET-Pi/scripts/birdnet_log.sh /home/pi/BirdNET-Pi/scripts/birdnetpi_request.php /home/pi/BirdNET-Pi/scripts/birdnet_recording.sh /home/pi/BirdNET-Pi/scripts/birdweather_request.php /home/pi/BirdNET-Pi/scripts/cleanup.sh /home/pi/BirdNET-Pi/scripts/clear_all_data.sh /home/pi/BirdNET-Pi/scripts/config.php /home/pi/BirdNET-Pi/scripts/createdb.sh /home/pi/BirdNET-Pi/scripts/custom_recording.sh /home/pi/BirdNET-Pi/scripts/daily_plot.py /home/pi/BirdNET-Pi/scripts/disk_check.sh /home/pi/BirdNET-Pi/scripts/disk_usage.sh /home/pi/BirdNET-Pi/scripts/dump_logs.sh /home/pi/BirdNET-Pi/scripts/email_template /home/pi/BirdNET-Pi/scripts/email_template2 /home/pi/BirdNET-Pi/scripts/exclude_list.php /home/pi/BirdNET-Pi/scripts/extract_new_birdsounds.sh /home/pi/BirdNET-Pi/scripts/extra_info.sh /home/pi/BirdNET-Pi/scripts/filemanager /home/pi/BirdNET-Pi/scripts/gotty /home/pi/BirdNET-Pi/scripts/history.php /home/pi/BirdNET-Pi/scripts/include_list.php /home/pi/BirdNET-Pi/scripts/__init__.py /home/pi/BirdNET-Pi/scripts/install_birdnet.sh /home/pi/BirdNET-Pi/scripts/install_config.sh /home/pi/BirdNET-Pi/scripts/install_language_label.sh /home/pi/BirdNET-Pi/scripts/install_noip2.sh /home/pi/BirdNET-Pi/scripts/install_services.sh /home/pi/BirdNET-Pi/scripts/install_zram_service.sh /home/pi/BirdNET-Pi/scripts/livestream.sh /home/pi/BirdNET-Pi/scripts/most_recent.sh /home/pi/BirdNET-Pi/scripts/overview.php /home/pi/BirdNET-Pi/scripts/play.php /home/pi/BirdNET-Pi/scripts/plotly_streamlit.py /home/pi/BirdNET-Pi/scripts/restart_services.sh /home/pi/BirdNET-Pi/scripts/server.py /home/pi/BirdNET-Pi/scripts/service_controls.php /home/pi/BirdNET-Pi/scripts/species_notifier.sh /home/pi/BirdNET-Pi/scripts/spectrogram.php /home/pi/BirdNET-Pi/scripts/spectrogram.sh /home/pi/BirdNET-Pi/scripts/stats.php /home/pi/BirdNET-Pi/scripts/stop_core_services.sh /home/pi/BirdNET-Pi/scripts/system_controls.php /home/pi/BirdNET-Pi/scripts/todays_detections.php /home/pi/BirdNET-Pi/scripts/uninstall.sh /home/pi/BirdNET-Pi/scripts/update_birdnet.sh /home/pi/BirdNET-Pi/scripts/update_birdnet_snippets.sh /home/pi/BirdNET-Pi/scripts/update_caddyfile.sh /home/pi/BirdNET-Pi/scripts/update_species.sh /home/pi/BirdNET-Pi/scripts/utils /home/pi/BirdNET-Pi/scripts/write_config.sh /usr/local/bin/ + install_Caddyfile + '[' -d /etc/caddy ']' + '[' -f /etc/caddy/Caddyfile ']' + cp /etc/caddy/Caddyfile /etc/caddy/Caddyfile.original + '[' -z ']' + cat + systemctl enable caddy + usermod -aG pi caddy + usermod -aG video caddy + install_avahi_aliases + cat + ln -sf /home/pi/BirdNET-Pi/templates/avahi-alias@.service /usr/lib/systemd/system ++ hostname + systemctl enable avahi-alias@Bureau.local.service Created symlink /etc/systemd/system/multi-user.target.wants/avahi-alias@Bureau.local.service → /home/pi/BirdNET-Pi/templates/avahi-alias@.service. Created symlink /etc/systemd/system/avahi-alias@Bureau.local.service → /home/pi/BirdNET-Pi/templates/avahi-alias@.service. + install_birdnet_analysis + cat + ln -sf /home/pi/BirdNET-Pi/templates/birdnet_analysis.service /usr/lib/systemd/system + systemctl enable birdnet_analysis.service Created symlink /etc/systemd/system/multi-user.target.wants/birdnet_analysis.service → /home/pi/BirdNET-Pi/templates/birdnet_analysis.service. Created symlink /etc/systemd/system/birdnet_analysis.service → /home/pi/BirdNET-Pi/templates/birdnet_analysis.service. + install_birdnet_server + cat + ln -sf /home/pi/BirdNET-Pi/templates/birdnet_server.service /usr/lib/systemd/system + systemctl enable birdnet_server.service Created symlink /etc/systemd/system/multi-user.target.wants/birdnet_server.service → /home/pi/BirdNET-Pi/templates/birdnet_server.service. Created symlink /etc/systemd/system/birdnet_server.service → /home/pi/BirdNET-Pi/templates/birdnet_server.service. + install_birdnet_stats_service + cat + ln -sf /home/pi/BirdNET-Pi/templates/birdnet_stats.service /usr/lib/systemd/system + systemctl enable birdnet_stats.service Created symlink /etc/systemd/system/multi-user.target.wants/birdnet_stats.service → /home/pi/BirdNET-Pi/templates/birdnet_stats.service. Created symlink /etc/systemd/system/birdnet_stats.service → /home/pi/BirdNET-Pi/templates/birdnet_stats.service. + install_recording_service + echo 'Installing birdnet_recording.service' Installing birdnet_recording.service + cat + ln -sf /home/pi/BirdNET-Pi/templates/birdnet_recording.service /usr/lib/systemd/system + systemctl enable birdnet_recording.service Created symlink /etc/systemd/system/multi-user.target.wants/birdnet_recording.service → /home/pi/BirdNET-Pi/templates/birdnet_recording.service. Created symlink /etc/systemd/system/birdnet_recording.service → /home/pi/BirdNET-Pi/templates/birdnet_recording.service. + install_custom_recording_service + echo 'Installing custom_recording.service' Installing custom_recording.service + cat + ln -sf /home/pi/BirdNET-Pi/templates/custom_recording.service /usr/lib/systemd/system + install_extraction_service + cat + ln -sf /home/pi/BirdNET-Pi/templates/extraction.service /usr/lib/systemd/system + systemctl enable extraction.service Created symlink /etc/systemd/system/multi-user.target.wants/extraction.service → /home/pi/BirdNET-Pi/templates/extraction.service. Created symlink /etc/systemd/system/extraction.service → /home/pi/BirdNET-Pi/templates/extraction.service. + install_spectrogram_service + cat + ln -sf /home/pi/BirdNET-Pi/templates/spectrogram_viewer.service /usr/lib/systemd/system + systemctl enable spectrogram_viewer.service Created symlink /etc/systemd/system/multi-user.target.wants/spectrogram_viewer.service → /home/pi/BirdNET-Pi/templates/spectrogram_viewer.service. Created symlink /etc/systemd/system/spectrogram_viewer.service → /home/pi/BirdNET-Pi/templates/spectrogram_viewer.service. + install_chart_viewer_service + echo 'Installing the chart_viewer.service' Installing the chart_viewer.service + cat + ln -sf /home/pi/BirdNET-Pi/templates/chart_viewer.service /usr/lib/systemd/system + systemctl enable chart_viewer.service Created symlink /etc/systemd/system/multi-user.target.wants/chart_viewer.service → /home/pi/BirdNET-Pi/templates/chart_viewer.service. Created symlink /etc/systemd/system/chart_viewer.service → /home/pi/BirdNET-Pi/templates/chart_viewer.service. + install_gotty_logs + sudo -u pi ln -sf /home/pi/BirdNET-Pi/templates/gotty /home/pi/.gotty + sudo -u pi ln -sf /home/pi/BirdNET-Pi/templates/bashrc /home/pi/.bashrc + cat + ln -sf /home/pi/BirdNET-Pi/templates/birdnet_log.service /usr/lib/systemd/system + systemctl enable birdnet_log.service Created symlink /etc/systemd/system/multi-user.target.wants/birdnet_log.service → /home/pi/BirdNET-Pi/templates/birdnet_log.service. Created symlink /etc/systemd/system/birdnet_log.service → /home/pi/BirdNET-Pi/templates/birdnet_log.service. + cat + ln -sf /home/pi/BirdNET-Pi/templates/web_terminal.service /usr/lib/systemd/system + systemctl enable web_terminal.service Created symlink /etc/systemd/system/multi-user.target.wants/web_terminal.service → /home/pi/BirdNET-Pi/templates/web_terminal.service. Created symlink /etc/systemd/system/web_terminal.service → /home/pi/BirdNET-Pi/templates/web_terminal.service. + install_phpsysinfo + sudo -u pi git clone https://github.com/phpsysinfo/phpsysinfo.git /home/pi/phpsysinfo Cloning into '/home/pi/phpsysinfo'... + install_livestream_service + cat + ln -sf /home/pi/BirdNET-Pi/templates/livestream.service /usr/lib/systemd/system + systemctl enable livestream.service Created symlink /etc/systemd/system/multi-user.target.wants/livestream.service → /home/pi/BirdNET-Pi/templates/livestream.service. Created symlink /etc/systemd/system/livestream.service → /home/pi/BirdNET-Pi/templates/livestream.service. + install_cleanup_cron + sed 's/$USER/pi/g' /home/pi/BirdNET-Pi/templates/cleanup.cron + create_necessary_dirs + echo 'Creating necessary directories' Creating necessary directories + '[' -d /home/pi/BirdSongs/Extracted ']' + sudo -u pi mkdir -p /home/pi/BirdSongs/Extracted + '[' -d /home/pi/BirdSongs/Extracted/By_Date ']' + sudo -u pi mkdir -p /home/pi/BirdSongs/Extracted/By_Date + '[' -d /home/pi/BirdSongs/Extracted/Charts ']' + sudo -u pi mkdir -p /home/pi/BirdSongs/Extracted/Charts + '[' -d /home/pi/BirdSongs/Processed ']' + sudo -u pi mkdir -p /home/pi/BirdSongs/Processed + sudo -u pi ln -fs /home/pi/BirdNET-Pi/exclude_species_list.txt /home/pi/BirdNET-Pi/scripts + sudo -u pi ln -fs /home/pi/BirdNET-Pi/include_species_list.txt /home/pi/BirdNET-Pi/scripts + sudo -u pi ln -fs /home/pi/BirdNET-Pi/homepage/images /home/pi/BirdNET-Pi/homepage/index.php /home/pi/BirdNET-Pi/homepage/static /home/pi/BirdNET-Pi/homepage/style.css /home/pi/BirdNET-Pi/homepage/views.php /home/pi/BirdSongs/Extracted + sudo -u pi ln -fs /home/pi/BirdNET-Pi/model/labels.txt /home/pi/BirdNET-Pi/scripts + sudo -u pi ln -fs /home/pi/BirdNET-Pi/scripts /home/pi/BirdSongs/Extracted + sudo -u pi ln -fs /home/pi/BirdNET-Pi/scripts/play.php /home/pi/BirdSongs/Extracted + sudo -u pi ln -fs /home/pi/BirdNET-Pi/scripts/spectrogram.php /home/pi/BirdSongs/Extracted + sudo -u pi ln -fs /home/pi/BirdNET-Pi/scripts/overview.php /home/pi/BirdSongs/Extracted + sudo -u pi ln -fs /home/pi/BirdNET-Pi/scripts/stats.php /home/pi/BirdSongs/Extracted + sudo -u pi ln -fs /home/pi/BirdNET-Pi/scripts/todays_detections.php /home/pi/BirdSongs/Extracted + sudo -u pi ln -fs /home/pi/BirdNET-Pi/scripts/history.php /home/pi/BirdSongs/Extracted + sudo -u pi ln -fs /home/pi/BirdNET-Pi/homepage/images/favicon.ico /home/pi/BirdSongs/Extracted + sudo -u pi ln -fs /home/pi/phpsysinfo /home/pi/BirdSongs/Extracted + sudo -u pi ln -fs /home/pi/BirdNET-Pi/templates/phpsysinfo.ini /home/pi/phpsysinfo/ + sudo -u pi ln -fs /home/pi/BirdNET-Pi/templates/green_bootstrap.css /home/pi/phpsysinfo/templates/ + sudo -u pi ln -fs /home/pi/BirdNET-Pi/templates/index_bootstrap.html /home/pi/phpsysinfo/templates/html + chmod -R g+rw /home/pi/BirdNET-Pi + chmod -R g+rw /home/pi/BirdSongs + generate_BirdDB + echo 'Generating BirdDB.txt' Generating BirdDB.txt + '[' -f /home/pi/BirdNET-Pi/BirdDB.txt ']' + sudo -u pi touch /home/pi/BirdNET-Pi/BirdDB.txt + echo 'Date;Time;Sci_Name;Com_Name;Confidence;Lat;Lon;Cutoff;Week;Sens;Overlap' + sudo -u pi tee -a /home/pi/BirdNET-Pi/BirdDB.txt Date;Time;Sci_Name;Com_Name;Confidence;Lat;Lon;Cutoff;Week;Sens;Overlap + chown pi:pi /home/pi/BirdNET-Pi/BirdDB.txt + chmod g+rw /home/pi/BirdNET-Pi/BirdDB.txt + configure_caddy_php + echo 'Configuring PHP for Caddy' Configuring PHP for Caddy + sed -i s/www-data/caddy/g /etc/php/7.4/fpm/pool.d/www.conf + systemctl restart 'php7*-fpm.service' + echo 'Adding Caddy sudoers rule' Adding Caddy sudoers rule + cat + chmod 0440 /etc/sudoers.d/010_caddy-nopasswd + config_icecast + '[' -f /etc/icecast2/icecast.xml ']' + cp /etc/icecast2/icecast.xml /etc/icecast2/icecast.xml.prebirdnetpi + sed -i 's/>adminbirdnet.*<\/source-password>/birdnetpi<\/source-password>/g' /etc/icecast2/icecast.xml + for i in "${passwords[@]}" + sed -i 's/.*<\/relay-password>/birdnetpi<\/relay-password>/g' /etc/icecast2/icecast.xml + for i in "${passwords[@]}" + sed -i 's/.*<\/admin-password>/birdnetpi<\/admin-password>/g' /etc/icecast2/icecast.xml + for i in "${passwords[@]}" + sed -i 's/.*<\/master-password>/birdnetpi<\/master-password>/g' /etc/icecast2/icecast.xml + for i in "${passwords[@]}" + sed -i 's/.*<\/password>/birdnetpi<\/password>/g' /etc/icecast2/icecast.xml + systemctl enable icecast2.service icecast2.service is not a native service, redirecting to systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install enable icecast2 + USER=pi + HOME=/home/pi + /home/pi/BirdNET-Pi/scripts/createdb.sh + chown_things + chown -R pi:pi /home/pi/BirdNET-Pi /home/pi/BirdSongs + rm -f /tmp/tmp.csrFFuyoVs + source /etc/birdnet/birdnet.conf ++ LATITUDE=45.7732 ++ LONGITUDE=-73.4293 ++ BIRDWEATHER_ID= ++ CADDY_PWD= ++ ICE_PWD=birdnetpi ++ BIRDNETPI_URL= ++ RTSP_STREAM= ++ APPRISE_NOTIFICATION_TITLE='New BirdNET-Pi Detection' ++ APPRISE_NOTIFICATION_BODY='A was just detected with a confidence of ' ++ APPRISE_NOTIFY_EACH_DETECTION=0 ++ APPRISE_NOTIFY_NEW_SPECIES=0 ++ FLICKR_API_KEY= ++ FLICKR_FILTER_EMAIL= ++ RECS_DIR=/home/pi/BirdSongs ++ REC_CARD=default ++ PROCESSED=/home/pi/BirdSongs/Processed ++ EXTRACTED=/home/pi/BirdSongs/Extracted ++ OVERLAP=0.0 ++ CONFIDENCE=0.7 ++ SENSITIVITY=1.25 ++ CHANNELS=2 ++ FULL_DISK=purge ++ PRIVACY_THRESHOLD=0 ++ RECORDING_LENGTH=15 ++ EXTRACTION_LENGTH= ++ AUDIOFMT=mp3 ++ DATABASE_LANG=en ++ SILENCE_UPDATE_INDICATOR=0 ++ LAST_RUN= ++ THIS_RUN= ++ IDFILE=/home/pi/BirdNET-Pi/IdentifiedSoFar.txt + '[' -d /home/pi/BirdSongs ']' + install_birdnet + cd /home/pi/BirdNET-Pi + echo 'Establishing a python virtual environment' Establishing a python virtual environment + python3 -m venv birdnet + source ./birdnet/bin/activate ++ deactivate nondestructive ++ '[' -n '' ']' ++ '[' -n '' ']' ++ '[' -n /usr/bin/bash -o -n '' ']' ++ hash -r ++ '[' -n '' ']' ++ unset VIRTUAL_ENV ++ '[' '!' nondestructive = nondestructive ']' ++ VIRTUAL_ENV=/home/pi/BirdNET-Pi/birdnet ++ export VIRTUAL_ENV ++ _OLD_VIRTUAL_PATH=/home/pi/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games:/snap/bin ++ PATH=/home/pi/BirdNET-Pi/birdnet/bin:/home/pi/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games:/snap/bin ++ export PATH ++ '[' -n '' ']' ++ '[' -z '' ']' ++ _OLD_VIRTUAL_PS1= ++ PS1='(birdnet) ' ++ export PS1 ++ '[' -n /usr/bin/bash -o -n '' ']' ++ hash -r + pip3 install -U -r /home/pi/BirdNET-Pi/requirements.txt Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Processing ./tflite_runtime-2.6.0-cp39-none-linux_aarch64.whl Requirement already satisfied: pip in ./birdnet/lib/python3.9/site-packages (from -r /home/pi/BirdNET-Pi/requirements.txt (line 1)) (20.3.4) Collecting pip Downloading https://www.piwheels.org/simple/pip/pip-22.1.2-py3-none-any.whl (2.1 MB) Collecting wheel Downloading https://www.piwheels.org/simple/wheel/wheel-0.37.1-py2.py3-none-any.whl (35 kB) Requirement already satisfied: setuptools in ./birdnet/lib/python3.9/site-packages (from -r /home/pi/BirdNET-Pi/requirements.txt (line 3)) (44.1.1) Collecting setuptools Downloading https://www.piwheels.org/simple/setuptools/setuptools-62.6.0-py3-none-any.whl (1.2 MB) Collecting colorama==0.4.4 Downloading https://www.piwheels.org/simple/colorama/colorama-0.4.4-py2.py3-none-any.whl (16 kB) Collecting librosa Downloading librosa-0.9.2-py3-none-any.whl (214 kB) Collecting pytz Downloading https://www.piwheels.org/simple/pytz/pytz-2022.1-py3-none-any.whl (511 kB) Collecting tzlocal Downloading https://www.piwheels.org/simple/tzlocal/tzlocal-4.2-py3-none-any.whl (19 kB) Collecting pandas Downloading pandas-1.4.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.1 MB) Collecting seaborn Downloading https://www.piwheels.org/simple/seaborn/seaborn-0.11.2-py3-none-any.whl (279 kB) Collecting streamlit Downloading streamlit-1.10.0-py2.py3-none-any.whl (9.1 MB) Collecting plotly Downloading plotly-5.9.0-py2.py3-none-any.whl (15.2 MB) Collecting apprise Downloading https://www.piwheels.org/simple/apprise/apprise-0.9.9-py2.py3-none-any.whl (1.1 MB) Collecting paho-mqtt Downloading https://www.piwheels.org/simple/paho-mqtt/paho_mqtt-1.6.1-py3-none-any.whl (75 kB) Collecting pytest==7.1.2 Downloading https://www.piwheels.org/simple/pytest/pytest-7.1.2-py3-none-any.whl (297 kB) Collecting pytest-mock==3.7.0 Downloading https://www.piwheels.org/simple/pytest-mock/pytest_mock-3.7.0-py3-none-any.whl (12 kB) Collecting numpy~=1.19.2 Downloading numpy-1.19.5-cp39-cp39-manylinux2014_aarch64.whl (12.4 MB) Collecting pluggy<2.0,>=0.12 Downloading https://www.piwheels.org/simple/pluggy/pluggy-1.0.0-py2.py3-none-any.whl (13 kB) Collecting packaging Downloading https://www.piwheels.org/simple/packaging/packaging-21.3-py3-none-any.whl (40 kB) Collecting iniconfig Downloading https://www.piwheels.org/simple/iniconfig/iniconfig-1.1.1-py2.py3-none-any.whl (5.0 kB) Collecting tomli>=1.0.0 Downloading https://www.piwheels.org/simple/tomli/tomli-2.0.1-py3-none-any.whl (12 kB) Collecting py>=1.8.2 Downloading https://www.piwheels.org/simple/py/py-1.11.0-py2.py3-none-any.whl (98 kB) Collecting attrs>=19.2.0 Downloading https://www.piwheels.org/simple/attrs/attrs-21.4.0-py2.py3-none-any.whl (60 kB) Collecting click>=5.0 Downloading https://www.piwheels.org/simple/click/click-8.1.3-py3-none-any.whl (96 kB) Collecting PyYAML Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB) Collecting requests Downloading https://www.piwheels.org/simple/requests/requests-2.28.1-py3-none-any.whl (62 kB) Collecting markdown Downloading https://www.piwheels.org/simple/markdown/Markdown-3.3.7-py3-none-any.whl (97 kB) Collecting requests-oauthlib Downloading https://www.piwheels.org/simple/requests-oauthlib/requests_oauthlib-1.3.1-py2.py3-none-any.whl (28 kB) Collecting six Downloading https://www.piwheels.org/simple/six/six-1.16.0-py2.py3-none-any.whl (11 kB) Collecting resampy>=0.2.2 Downloading https://www.piwheels.org/simple/resampy/resampy-0.3.0-py3-none-any.whl (3.1 MB) Collecting numba>=0.45.1 Downloading numba-0.55.2-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (3.2 MB) Collecting joblib>=0.14 Downloading https://www.piwheels.org/simple/joblib/joblib-1.1.0-py2.py3-none-any.whl (306 kB) Collecting soundfile>=0.10.2 Downloading https://www.piwheels.org/simple/soundfile/SoundFile-0.10.3.post1-py2.py3-none-any.whl (21 kB) Collecting audioread>=2.1.9 Downloading https://www.piwheels.org/simple/audioread/audioread-2.1.9-py3-none-any.whl (26 kB) Collecting scikit-learn>=0.19.1 Downloading scikit_learn-1.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (30.4 MB) Collecting decorator>=4.0.10 Downloading https://www.piwheels.org/simple/decorator/decorator-5.1.1-py3-none-any.whl (10 kB) Collecting pooch>=1.0 Downloading https://www.piwheels.org/simple/pooch/pooch-1.6.0-py3-none-any.whl (56 kB) Collecting scipy>=1.2.0 Downloading scipy-1.8.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (38.9 MB) Collecting llvmlite<0.39,>=0.38.0rc1 Downloading llvmlite-0.38.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (33.6 MB) Collecting pyparsing!=3.0.5,>=2.0.2 Downloading https://www.piwheels.org/simple/pyparsing/pyparsing-3.0.9-py3-none-any.whl (98 kB) Collecting appdirs>=1.3.0 Downloading https://www.piwheels.org/simple/appdirs/appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) Collecting charset-normalizer<3,>=2 Downloading https://www.piwheels.org/simple/charset-normalizer/charset_normalizer-2.1.0-py3-none-any.whl (39 kB) Collecting urllib3<1.27,>=1.21.1 Downloading https://www.piwheels.org/simple/urllib3/urllib3-1.26.9-py2.py3-none-any.whl (155 kB) Collecting certifi>=2017.4.17 Downloading https://www.piwheels.org/simple/certifi/certifi-2022.6.15-py3-none-any.whl (160 kB) Collecting idna<4,>=2.5 Downloading https://www.piwheels.org/simple/idna/idna-3.3-py3-none-any.whl (64 kB) Collecting threadpoolctl>=2.0.0 Downloading https://www.piwheels.org/simple/threadpoolctl/threadpoolctl-3.1.0-py3-none-any.whl (14 kB) Collecting cffi>=1.0 Downloading cffi-1.15.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (448 kB) Collecting pycparser Downloading https://www.piwheels.org/simple/pycparser/pycparser-2.21-py2.py3-none-any.whl (119 kB) Collecting python-dateutil>=2.8.1 Downloading https://www.piwheels.org/simple/python-dateutil/python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) Collecting tenacity>=6.2.0 Downloading https://www.piwheels.org/simple/tenacity/tenacity-8.0.1-py3-none-any.whl (24 kB) Collecting matplotlib>=2.2 Downloading matplotlib-3.5.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.6 MB) Collecting fonttools>=4.22.0 Downloading fonttools-4.33.3-py3-none-any.whl (930 kB) Collecting cycler>=0.10 Downloading https://www.piwheels.org/simple/cycler/cycler-0.11.0-py3-none-any.whl (6.4 kB) Collecting pillow>=6.2.0 Downloading Pillow-9.2.0-cp39-cp39-manylinux_2_28_aarch64.whl (3.1 MB) Collecting kiwisolver>=1.0.1 Downloading kiwisolver-1.4.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB) Collecting typing-extensions Downloading https://www.piwheels.org/simple/typing-extensions/typing_extensions-4.3.0-py3-none-any.whl (25 kB) Collecting altair>=3.2.0 Downloading https://www.piwheels.org/simple/altair/altair-4.2.0-py3-none-any.whl (812 kB) Collecting tornado>=5.0 Downloading tornado-6.1-cp39-cp39-manylinux2014_aarch64.whl (427 kB) Collecting pydeck>=0.1.dev5 Downloading https://www.piwheels.org/simple/pydeck/pydeck-0.7.1-py2.py3-none-any.whl (4.3 MB) Collecting gitpython!=3.1.19 Downloading https://www.piwheels.org/simple/gitpython/GitPython-3.1.27-py3-none-any.whl (181 kB) Collecting protobuf<4,>=3.12 Downloading protobuf-3.20.1-cp39-cp39-manylinux2014_aarch64.whl (917 kB) Collecting semver Downloading https://www.piwheels.org/simple/semver/semver-2.13.0-py2.py3-none-any.whl (12 kB) Collecting pyarrow Downloading pyarrow-8.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (27.2 MB) Collecting validators Downloading https://www.piwheels.org/simple/validators/validators-0.20.0-py3-none-any.whl (19 kB) Collecting cachetools>=4.0 Downloading https://www.piwheels.org/simple/cachetools/cachetools-5.2.0-py3-none-any.whl (9.3 kB) Collecting blinker Downloading https://www.piwheels.org/simple/blinker/blinker-1.4-py3-none-any.whl (14 kB) Collecting importlib-metadata>=1.4 Downloading https://www.piwheels.org/simple/importlib-metadata/importlib_metadata-4.12.0-py3-none-any.whl (21 kB) Collecting watchdog Downloading watchdog-2.1.9-py3-none-manylinux2014_aarch64.whl (78 kB) Collecting toml Downloading https://www.piwheels.org/simple/toml/toml-0.10.2-py2.py3-none-any.whl (16 kB) Collecting pympler>=0.9 Downloading https://www.piwheels.org/simple/pympler/Pympler-1.0.1-py3-none-any.whl (164 kB) Collecting rich Downloading https://www.piwheels.org/simple/rich/rich-12.4.4-py3-none-any.whl (232 kB) Collecting entrypoints Downloading https://www.piwheels.org/simple/entrypoints/entrypoints-0.4-py3-none-any.whl (5.3 kB) Collecting toolz Downloading https://www.piwheels.org/simple/toolz/toolz-0.11.2-py3-none-any.whl (56 kB) Collecting jsonschema>=3.0 Downloading https://www.piwheels.org/simple/jsonschema/jsonschema-4.6.1-py3-none-any.whl (80 kB) Collecting jinja2 Downloading https://www.piwheels.org/simple/jinja2/Jinja2-3.1.2-py3-none-any.whl (133 kB) Collecting gitdb<5,>=4.0.1 Downloading https://www.piwheels.org/simple/gitdb/gitdb-4.0.9-py3-none-any.whl (63 kB) Collecting smmap<6,>=3.0.1 Downloading https://www.piwheels.org/simple/smmap/smmap-5.0.0-py3-none-any.whl (24 kB) Collecting zipp>=0.5 Downloading https://www.piwheels.org/simple/zipp/zipp-3.8.0-py3-none-any.whl (5.4 kB) Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 Downloading pyrsistent-0.18.1.tar.gz (100 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing wheel metadata: started Preparing wheel metadata: finished with status 'done' Collecting traitlets>=4.3.2 Downloading https://www.piwheels.org/simple/traitlets/traitlets-5.3.0-py3-none-any.whl (106 kB) Collecting ipykernel>=5.1.2 Downloading https://www.piwheels.org/simple/ipykernel/ipykernel-6.15.0-py3-none-any.whl (133 kB) Collecting ipywidgets>=7.0.0 Downloading https://www.piwheels.org/simple/ipywidgets/ipywidgets-7.7.1-py2.py3-none-any.whl (124 kB) Collecting psutil Downloading psutil-5.9.1.tar.gz (479 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing wheel metadata: started Preparing wheel metadata: finished with status 'done' Collecting pyzmq>=17 Downloading pyzmq-23.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB) Collecting jupyter-client>=6.1.12 Downloading https://www.piwheels.org/simple/jupyter-client/jupyter_client-7.3.4-py3-none-any.whl (132 kB) Collecting debugpy>=1.0 Downloading debugpy-1.6.0-py2.py3-none-any.whl (4.1 MB) Collecting matplotlib-inline>=0.1 Downloading https://www.piwheels.org/simple/matplotlib-inline/matplotlib_inline-0.1.3-py3-none-any.whl (9.1 kB) Collecting nest-asyncio Downloading https://www.piwheels.org/simple/nest-asyncio/nest_asyncio-1.5.5-py3-none-any.whl (5.2 kB) Collecting ipython>=7.23.1 Downloading https://www.piwheels.org/simple/ipython/ipython-8.4.0-py3-none-any.whl (750 kB) Collecting pexpect>4.3 Downloading https://www.piwheels.org/simple/pexpect/pexpect-4.8.0-py2.py3-none-any.whl (59 kB) Collecting pygments>=2.4.0 Downloading https://www.piwheels.org/simple/pygments/Pygments-2.12.0-py3-none-any.whl (1.1 MB) Collecting prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 Downloading prompt_toolkit-3.0.30-py3-none-any.whl (381 kB) Collecting jedi>=0.16 Downloading https://www.piwheels.org/simple/jedi/jedi-0.18.1-py2.py3-none-any.whl (1.6 MB) Collecting pickleshare Downloading https://www.piwheels.org/simple/pickleshare/pickleshare-0.7.5-py2.py3-none-any.whl (6.9 kB) Collecting backcall Downloading https://www.piwheels.org/simple/backcall/backcall-0.2.0-py2.py3-none-any.whl (11 kB) Collecting stack-data Downloading https://www.piwheels.org/simple/stack-data/stack_data-0.3.0-py3-none-any.whl (23 kB) Collecting ipython-genutils~=0.2.0 Downloading https://www.piwheels.org/simple/ipython-genutils/ipython_genutils-0.2.0-py2.py3-none-any.whl (26 kB) Collecting widgetsnbextension~=3.6.0 Downloading widgetsnbextension-3.6.1-py2.py3-none-any.whl (1.6 MB) Collecting jupyterlab-widgets>=1.0.0 Downloading jupyterlab_widgets-1.1.1-py3-none-any.whl (245 kB) Collecting parso<0.9.0,>=0.8.0 Downloading https://www.piwheels.org/simple/parso/parso-0.8.3-py2.py3-none-any.whl (100 kB) Collecting MarkupSafe>=2.0 Downloading MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (26 kB) Collecting jupyter-core>=4.9.2 Downloading https://www.piwheels.org/simple/jupyter-core/jupyter_core-4.10.0-py3-none-any.whl (87 kB) Collecting ptyprocess>=0.5 Downloading https://www.piwheels.org/simple/ptyprocess/ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB) Collecting wcwidth Downloading https://www.piwheels.org/simple/wcwidth/wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) Collecting notebook>=4.4.1 Downloading https://www.piwheels.org/simple/notebook/notebook-6.4.12-py3-none-any.whl (9.9 MB) Collecting terminado>=0.8.3 Downloading https://www.piwheels.org/simple/terminado/terminado-0.15.0-py3-none-any.whl (16 kB) Collecting argon2-cffi Downloading https://www.piwheels.org/simple/argon2-cffi/argon2_cffi-21.3.0-py3-none-any.whl (14 kB) Collecting prometheus-client Downloading https://www.piwheels.org/simple/prometheus-client/prometheus_client-0.14.1-py3-none-any.whl (59 kB) Collecting nbconvert>=5 Downloading https://www.piwheels.org/simple/nbconvert/nbconvert-6.5.0-py3-none-any.whl (561 kB) Collecting Send2Trash>=1.8.0 Downloading https://www.piwheels.org/simple/send2trash/Send2Trash-1.8.0-py3-none-any.whl (20 kB) Collecting nbformat Downloading https://www.piwheels.org/simple/nbformat/nbformat-5.4.0-py3-none-any.whl (73 kB) Collecting bleach Downloading bleach-5.0.1-py3-none-any.whl (160 kB) Collecting jupyterlab-pygments Downloading jupyterlab_pygments-0.2.2-py2.py3-none-any.whl (21 kB) Collecting nbclient>=0.5.0 Downloading https://www.piwheels.org/simple/nbclient/nbclient-0.6.6-py3-none-any.whl (71 kB) Collecting pandocfilters>=1.4.1 Downloading https://www.piwheels.org/simple/pandocfilters/pandocfilters-1.5.0-py2.py3-none-any.whl (11 kB) Collecting tinycss2 Downloading https://www.piwheels.org/simple/tinycss2/tinycss2-1.1.1-py3-none-any.whl (21 kB) Collecting mistune<2,>=0.8.1 Downloading https://www.piwheels.org/simple/mistune/mistune-0.8.4-py2.py3-none-any.whl (16 kB) Collecting defusedxml Downloading https://www.piwheels.org/simple/defusedxml/defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) Collecting beautifulsoup4 Downloading https://www.piwheels.org/simple/beautifulsoup4/beautifulsoup4-4.11.1-py3-none-any.whl (130 kB) Collecting fastjsonschema Downloading https://www.piwheels.org/simple/fastjsonschema/fastjsonschema-2.15.3-py3-none-any.whl (22 kB) Collecting pytz-deprecation-shim Downloading https://www.piwheels.org/simple/pytz-deprecation-shim/pytz_deprecation_shim-0.1.0.post0-py2.py3-none-any.whl (15 kB) Collecting argon2-cffi-bindings Downloading argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (80 kB) Collecting soupsieve>1.2 Downloading https://www.piwheels.org/simple/soupsieve/soupsieve-2.3.2.post1-py3-none-any.whl (37 kB) Collecting webencodings Downloading https://www.piwheels.org/simple/webencodings/webencodings-0.5.1-py2.py3-none-any.whl (11 kB) Collecting tzdata Downloading https://www.piwheels.org/simple/tzdata/tzdata-2022.1-py2.py3-none-any.whl (339 kB) Collecting oauthlib>=3.0.0 Downloading https://www.piwheels.org/simple/oauthlib/oauthlib-3.2.0-py3-none-any.whl (151 kB) Collecting commonmark<0.10.0,>=0.9.0 Downloading https://www.piwheels.org/simple/commonmark/commonmark-0.9.1-py2.py3-none-any.whl (51 kB) Collecting asttokens Downloading https://www.piwheels.org/simple/asttokens/asttokens-2.0.5-py2.py3-none-any.whl (20 kB) Collecting executing Downloading https://www.piwheels.org/simple/executing/executing-0.8.3-py2.py3-none-any.whl (16 kB) Collecting pure-eval Downloading https://www.piwheels.org/simple/pure-eval/pure_eval-0.2.2-py3-none-any.whl (11 kB) Building wheels for collected packages: pyrsistent, psutil Building wheel for pyrsistent (PEP 517): started Building wheel for pyrsistent (PEP 517): finished with status 'done' Created wheel for pyrsistent: filename=pyrsistent-0.18.1-cp39-cp39-linux_aarch64.whl size=106110 sha256=ed2c5f3d77be72f3d11c25e9541775301c99b4e8cc41db1480b35575833ccedd Stored in directory: /home/pi/.cache/pip/wheels/87/fe/e6/fc8deeb581a41e462eafaf19fee96f51cdc8391e0be1c8088a Building wheel for psutil (PEP 517): started Building wheel for psutil (PEP 517): finished with status 'done' Created wheel for psutil: filename=psutil-5.9.1-cp39-cp39-linux_aarch64.whl size=281534 sha256=eed79539483371c040efd99ced95647dc9f0b6a055c2a6c26867cead299ba372 Stored in directory: /home/pi/.cache/pip/wheels/65/66/89/7ecefa8b8cfa845352eab83061e5f0f93946a306ae25661e03 Successfully built pyrsistent psutil Installing collected packages: traitlets, six, pyrsistent, attrs, wcwidth, tornado, pyzmq, python-dateutil, pycparser, pure-eval, ptyprocess, parso, nest-asyncio, jupyter-core, jsonschema, fastjsonschema, executing, entrypoints, asttokens, webencodings, stack-data, soupsieve, setuptools, pyparsing, pygments, prompt-toolkit, pickleshare, pexpect, nbformat, matplotlib-inline, MarkupSafe, jupyter-client, jedi, decorator, cffi, backcall, tinycss2, psutil, pandocfilters, packaging, nbclient, mistune, jupyterlab-pygments, jinja2, ipython, defusedxml, debugpy, bleach, beautifulsoup4, argon2-cffi-bindings, terminado, Send2Trash, prometheus-client, nbconvert, ipython-genutils, ipykernel, argon2-cffi, notebook, zipp, widgetsnbextension, urllib3, tzdata, smmap, pytz, numpy, llvmlite, jupyterlab-widgets, idna, charset-normalizer, certifi, toolz, tomli, threadpoolctl, scipy, requests, pytz-deprecation-shim, py, pluggy, pillow, pandas, oauthlib, numba, kiwisolver, joblib, ipywidgets, iniconfig, importlib-metadata, gitdb, fonttools, cycler, commonmark, appdirs, watchdog, validators, tzlocal, typing-extensions, toml, tenacity, soundfile, semver, scikit-learn, rich, resampy, requests-oauthlib, PyYAML, pytest, pympler, pydeck, pyarrow, protobuf, pooch, matplotlib, markdown, gitpython, click, cachetools, blinker, audioread, altair, wheel, tflite-runtime, streamlit, seaborn, pytest-mock, plotly, pip, paho-mqtt, librosa, colorama, apprise Attempting uninstall: setuptools Found existing installation: setuptools 44.1.1 Uninstalling setuptools-44.1.1: Successfully uninstalled setuptools-44.1.1 Attempting uninstall: pip Found existing installation: pip 20.3.4 Uninstalling pip-20.3.4: Successfully uninstalled pip-20.3.4 Successfully installed MarkupSafe-2.1.1 PyYAML-6.0 Send2Trash-1.8.0 altair-4.2.0 appdirs-1.4.4 apprise-0.9.9 argon2-cffi-21.3.0 argon2-cffi-bindings-21.2.0 asttokens-2.0.5 attrs-21.4.0 audioread-2.1.9 backcall-0.2.0 beautifulsoup4-4.11.1 bleach-5.0.1 blinker-1.4 cachetools-5.2.0 certifi-2022.6.15 cffi-1.15.1 charset-normalizer-2.1.0 click-8.1.3 colorama-0.4.4 commonmark-0.9.1 cycler-0.11.0 debugpy-1.6.0 decorator-5.1.1 defusedxml-0.7.1 entrypoints-0.4 executing-0.8.3 fastjsonschema-2.15.3 fonttools-4.33.3 gitdb-4.0.9 gitpython-3.1.27 idna-3.3 importlib-metadata-4.12.0 iniconfig-1.1.1 ipykernel-6.15.0 ipython-8.4.0 ipython-genutils-0.2.0 ipywidgets-7.7.1 jedi-0.18.1 jinja2-3.1.2 joblib-1.1.0 jsonschema-4.6.1 jupyter-client-7.3.4 jupyter-core-4.10.0 jupyterlab-pygments-0.2.2 jupyterlab-widgets-1.1.1 kiwisolver-1.4.3 librosa-0.9.2 llvmlite-0.38.1 markdown-3.3.7 matplotlib-3.5.2 matplotlib-inline-0.1.3 mistune-0.8.4 nbclient-0.6.6 nbconvert-6.5.0 nbformat-5.4.0 nest-asyncio-1.5.5 notebook-6.4.12 numba-0.55.2 numpy-1.19.5 oauthlib-3.2.0 packaging-21.3 paho-mqtt-1.6.1 pandas-1.4.3 pandocfilters-1.5.0 parso-0.8.3 pexpect-4.8.0 pickleshare-0.7.5 pillow-9.2.0 pip-22.1.2 plotly-5.9.0 pluggy-1.0.0 pooch-1.6.0 prometheus-client-0.14.1 prompt-toolkit-3.0.30 protobuf-3.20.1 psutil-5.9.1 ptyprocess-0.7.0 pure-eval-0.2.2 py-1.11.0 pyarrow-8.0.0 pycparser-2.21 pydeck-0.7.1 pygments-2.12.0 pympler-1.0.1 pyparsing-3.0.9 pyrsistent-0.18.1 pytest-7.1.2 pytest-mock-3.7.0 python-dateutil-2.8.2 pytz-2022.1 pytz-deprecation-shim-0.1.0.post0 pyzmq-23.2.0 requests-2.28.1 requests-oauthlib-1.3.1 resampy-0.3.0 rich-12.4.4 scikit-learn-1.1.1 scipy-1.8.1 seaborn-0.11.2 semver-2.13.0 setuptools-62.6.0 six-1.16.0 smmap-5.0.0 soundfile-0.10.3.post1 soupsieve-2.3.2.post1 stack-data-0.3.0 streamlit-1.10.0 tenacity-8.0.1 terminado-0.15.0 tflite-runtime-2.6.0 threadpoolctl-3.1.0 tinycss2-1.1.1 toml-0.10.2 tomli-2.0.1 toolz-0.11.2 tornado-6.1 traitlets-5.3.0 typing-extensions-4.3.0 tzdata-2022.1 tzlocal-4.2 urllib3-1.26.9 validators-0.20.0 watchdog-2.1.9 wcwidth-0.2.5 webencodings-0.5.1 wheel-0.37.1 widgetsnbextension-3.6.1 zipp-3.8.0 + cd /home/pi/BirdNET-Pi/scripts + ./install_language_label.sh -l en Archive: /home/pi/BirdNET-Pi/model/labels_l18n.zip inflating: /home/pi/BirdNET-Pi/model/labels_en.txt + exit 0