mcguirepr89 / BirdNET-Pi

A realtime acoustic bird classification system for the Raspberry Pi 4B, 3B+, and 0W2 built on the TFLite version of BirdNET.
Other
1.29k stars 137 forks source link

BirdnetPi webserver not reachable error 403 (forbidden) #426

Closed kinteki closed 2 years ago

kinteki commented 2 years ago

Hi, After new installation: when i try my IP http://192.168.1.157/ this is the answer:

image

Read Permission problem?

mcguirepr89 commented 2 years ago

Hi, @kinteki

I'm sorry you're having trouble with your installation. In order to figure out what is going on, I will need some sort of log info.

You can get this by either posting here the installation-date-.txt log that can be found in the Raspberry Pi's $HOME directory, or we try troubleshooting each service. I recommend the former, as we have nothing to go on for the later.

My very best, Patrick

kinteki commented 2 years ago

Hi, @kinteki

I'm sorry you're having trouble with your installation. In order to figure out what is going on, I will need some sort of log info.

You can get this by either posting here the installation-date-.txt log that can be found in the Raspberry Pi's $HOME directory, or we try troubleshooting each service. I recommend the former, as we have nothing to go on for the later.

My very best, Patrick

Hi, Patrick! Here is the installation-date-.txt log

+ set -e
+ my_dir=/home/zoli/BirdNET-Pi
+ export my_dir=/home/zoli/BirdNET-Pi
+ my_dir=/home/zoli/BirdNET-Pi
+ cd /home/zoli/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/zoli/BirdNET-Pi/birdnet.conf
+ '[' -f /home/zoli/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/zoli/BirdNET-Pi/birdnet.conf
+ '[' -d /etc/birdnet ']'
+ sudo mkdir /etc/birdnet
+ sudo ln -sf /home/zoli/BirdNET-Pi/birdnet.conf /etc/birdnet/birdnet.conf
+ grep -ve '^#' -e '^$' /etc/birdnet/birdnet.conf
+ sudo -E HOME=/home/zoli USER=zoli ./install_services.sh
+ trap 'rm -f ${tmpfile}' EXIT
+ trap 'exit 1' SIGINT SIGHUP
++ mktemp
+ tmpfile=/tmp/tmp.DmQkR23QzC
+ config_file=/home/zoli/BirdNET-Pi/birdnet.conf
+ export USER=zoli
+ USER=zoli
+ export HOME=/home/zoli
+ HOME=/home/zoli
+ export PYTHON_VIRTUAL_ENV=/home/zoli/BirdNET-Pi/birdnet/bin/python3
+ PYTHON_VIRTUAL_ENV=/home/zoli/BirdNET-Pi/birdnet/bin/python3
+ '[' -f /home/zoli/BirdNET-Pi/birdnet.conf ']'
+ source /home/zoli/BirdNET-Pi/birdnet.conf
++ LATITUDE=47.949
++ LONGITUDE=21.705
++ 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/zoli/BirdSongs
++ REC_CARD=default
++ PROCESSED=/home/zoli/BirdSongs/Processed
++ EXTRACTED=/home/zoli/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/zoli/BirdNET-Pi/IdentifiedSoFar.txt
+ install_services
+ set_hostname
++ hostname
+ '[' rpi4 == raspberrypi ']'
+ update_etc_hosts
++ hostname
+ sed -ie 's/$(hostname).local/rpi4.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...
debian-archive-keyring is already the newest version (2021.1.1).
The following packages were automatically installed and are no longer required:
  libbasicusageenvironment1 libgroupsock8 liblivemedia77 libusageenvironment3
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
  apt-transport-https debian-keyring
0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
Need to get 31.3 MB of archives.
After this operation, 32.7 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bullseye/main arm64 apt-transport-https all 2.2.4 [160 kB]
Get:2 http://deb.debian.org/debian bullseye/main arm64 debian-keyring all 2021.07.26 [31.1 MB]
Fetched 31.3 MB in 8s (3,834 kB/s)
Selecting previously unselected package apt-transport-https.

(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 ... 92377 files and directories currently installed.)

Preparing to unpack .../apt-transport-https_2.2.4_all.deb ...

Unpacking apt-transport-https (2.2.4) ...

Selecting previously unselected package debian-keyring.

Preparing to unpack .../debian-keyring_2021.07.26_all.deb ...

Unpacking debian-keyring (2021.07.26) ...

Setting up apt-transport-https (2.2.4) ...

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.

The following packages were automatically installed and are no longer required:
  libbasicusageenvironment1 libgroupsock8 liblivemedia77 libusageenvironment3
Use 'sudo apt autoremove' to remove them.
The following packages will be upgraded:
  python3-sense-hat
apt-listchanges: Reading changelogs...
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 16.8 kB of archives.
After this operation, 14.3 kB of additional disk space will be used.
(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 ... 92391 files and directories currently installed.)

Preparing to unpack .../python3-sense-hat_2.3.1-1_all.deb ...

Unpacking python3-sense-hat (2.3.1-1) over (2.2.0-2) ...

Setting up python3-sense-hat (2.3.1-1) ...

+ 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).
bc set to manually installed.
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).
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).
wget set to manually installed.
zlib1g-dev is already the newest version (1:1.2.11.dfsg-2+deb11u1).
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 packages were automatically installed and are no longer required:
  libbasicusageenvironment1 libgroupsock8 liblivemedia77 libusageenvironment3
Use 'sudo apt autoremove' to remove them.
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 ... 92393 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) ...

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/zoli/BirdNET-Pi/scripts/adminer-de.php /home/zoli/BirdNET-Pi/scripts/adminer-fr.php /home/zoli/BirdNET-Pi/scripts/adminer.php /home/zoli/BirdNET-Pi/scripts/advanced.php /home/zoli/BirdNET-Pi/scripts/analyze.py /home/zoli/BirdNET-Pi/scripts/birdnet_analysis.sh /home/zoli/BirdNET-Pi/scripts/birdnet_log.sh /home/zoli/BirdNET-Pi/scripts/birdnetpi_request.php /home/zoli/BirdNET-Pi/scripts/birdnet_recording.sh /home/zoli/BirdNET-Pi/scripts/birdweather_request.php /home/zoli/BirdNET-Pi/scripts/cleanup.sh /home/zoli/BirdNET-Pi/scripts/clear_all_data.sh /home/zoli/BirdNET-Pi/scripts/config.php /home/zoli/BirdNET-Pi/scripts/createdb.sh /home/zoli/BirdNET-Pi/scripts/custom_recording.sh /home/zoli/BirdNET-Pi/scripts/daily_plot.py /home/zoli/BirdNET-Pi/scripts/disk_check.sh /home/zoli/BirdNET-Pi/scripts/disk_usage.sh /home/zoli/BirdNET-Pi/scripts/dump_logs.sh /home/zoli/BirdNET-Pi/scripts/email_template /home/zoli/BirdNET-Pi/scripts/email_template2 /home/zoli/BirdNET-Pi/scripts/exclude_list.php /home/zoli/BirdNET-Pi/scripts/extract_new_birdsounds.sh /home/zoli/BirdNET-Pi/scripts/extra_info.sh /home/zoli/BirdNET-Pi/scripts/filemanager /home/zoli/BirdNET-Pi/scripts/gotty /home/zoli/BirdNET-Pi/scripts/history.php /home/zoli/BirdNET-Pi/scripts/include_list.php /home/zoli/BirdNET-Pi/scripts/__init__.py /home/zoli/BirdNET-Pi/scripts/install_birdnet.sh /home/zoli/BirdNET-Pi/scripts/install_config.sh /home/zoli/BirdNET-Pi/scripts/install_language_label.sh /home/zoli/BirdNET-Pi/scripts/install_noip2.sh /home/zoli/BirdNET-Pi/scripts/install_services.sh /home/zoli/BirdNET-Pi/scripts/install_zram_service.sh /home/zoli/BirdNET-Pi/scripts/livestream.sh /home/zoli/BirdNET-Pi/scripts/most_recent.sh /home/zoli/BirdNET-Pi/scripts/overview.php /home/zoli/BirdNET-Pi/scripts/play.php /home/zoli/BirdNET-Pi/scripts/plotly_streamlit.py /home/zoli/BirdNET-Pi/scripts/restart_services.sh /home/zoli/BirdNET-Pi/scripts/server.py /home/zoli/BirdNET-Pi/scripts/service_controls.php /home/zoli/BirdNET-Pi/scripts/species_notifier.sh /home/zoli/BirdNET-Pi/scripts/spectrogram.php /home/zoli/BirdNET-Pi/scripts/spectrogram.sh /home/zoli/BirdNET-Pi/scripts/stats.php /home/zoli/BirdNET-Pi/scripts/stop_core_services.sh /home/zoli/BirdNET-Pi/scripts/system_controls.php /home/zoli/BirdNET-Pi/scripts/todays_detections.php /home/zoli/BirdNET-Pi/scripts/uninstall.sh /home/zoli/BirdNET-Pi/scripts/update_birdnet.sh /home/zoli/BirdNET-Pi/scripts/update_birdnet_snippets.sh /home/zoli/BirdNET-Pi/scripts/update_caddyfile.sh /home/zoli/BirdNET-Pi/scripts/update_species.sh /home/zoli/BirdNET-Pi/scripts/utils /home/zoli/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 zoli caddy
+ usermod -aG video caddy
+ install_avahi_aliases
+ cat
+ ln -sf /home/zoli/BirdNET-Pi/templates/avahi-alias@.service /usr/lib/systemd/system
++ hostname
+ systemctl enable avahi-alias@rpi4.local.service
Created symlink /etc/systemd/system/multi-user.target.wants/avahi-alias@rpi4.local.service → /home/zoli/BirdNET-Pi/templates/avahi-alias@.service.
Created symlink /etc/systemd/system/avahi-alias@rpi4.local.service → /home/zoli/BirdNET-Pi/templates/avahi-alias@.service.
+ install_birdnet_analysis
+ cat
+ ln -sf /home/zoli/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/zoli/BirdNET-Pi/templates/birdnet_analysis.service.
Created symlink /etc/systemd/system/birdnet_analysis.service → /home/zoli/BirdNET-Pi/templates/birdnet_analysis.service.
+ install_birdnet_server
+ cat
+ ln -sf /home/zoli/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/zoli/BirdNET-Pi/templates/birdnet_server.service.
Created symlink /etc/systemd/system/birdnet_server.service → /home/zoli/BirdNET-Pi/templates/birdnet_server.service.
+ install_birdnet_stats_service
+ cat
+ ln -sf /home/zoli/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/zoli/BirdNET-Pi/templates/birdnet_stats.service.
Created symlink /etc/systemd/system/birdnet_stats.service → /home/zoli/BirdNET-Pi/templates/birdnet_stats.service.
+ install_recording_service
+ echo 'Installing birdnet_recording.service'
Installing birdnet_recording.service
+ cat
+ ln -sf /home/zoli/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/zoli/BirdNET-Pi/templates/birdnet_recording.service.
Created symlink /etc/systemd/system/birdnet_recording.service → /home/zoli/BirdNET-Pi/templates/birdnet_recording.service.
+ install_custom_recording_service
+ echo 'Installing custom_recording.service'
Installing custom_recording.service
+ cat
+ ln -sf /home/zoli/BirdNET-Pi/templates/custom_recording.service /usr/lib/systemd/system
+ install_extraction_service
+ cat
+ ln -sf /home/zoli/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/zoli/BirdNET-Pi/templates/extraction.service.
Created symlink /etc/systemd/system/extraction.service → /home/zoli/BirdNET-Pi/templates/extraction.service.
+ install_spectrogram_service
+ cat
+ ln -sf /home/zoli/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/zoli/BirdNET-Pi/templates/spectrogram_viewer.service.
Created symlink /etc/systemd/system/spectrogram_viewer.service → /home/zoli/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/zoli/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/zoli/BirdNET-Pi/templates/chart_viewer.service.
Created symlink /etc/systemd/system/chart_viewer.service → /home/zoli/BirdNET-Pi/templates/chart_viewer.service.
+ install_gotty_logs
+ sudo -u zoli ln -sf /home/zoli/BirdNET-Pi/templates/gotty /home/zoli/.gotty
+ sudo -u zoli ln -sf /home/zoli/BirdNET-Pi/templates/bashrc /home/zoli/.bashrc
+ cat
+ ln -sf /home/zoli/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/zoli/BirdNET-Pi/templates/birdnet_log.service.
Created symlink /etc/systemd/system/birdnet_log.service → /home/zoli/BirdNET-Pi/templates/birdnet_log.service.
+ cat
+ ln -sf /home/zoli/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/zoli/BirdNET-Pi/templates/web_terminal.service.
Created symlink /etc/systemd/system/web_terminal.service → /home/zoli/BirdNET-Pi/templates/web_terminal.service.
+ install_phpsysinfo
+ sudo -u zoli git clone https://github.com/phpsysinfo/phpsysinfo.git /home/zoli/phpsysinfo
Cloning into '/home/zoli/phpsysinfo'...
+ install_livestream_service
+ cat
+ ln -sf /home/zoli/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/zoli/BirdNET-Pi/templates/livestream.service.
Created symlink /etc/systemd/system/livestream.service → /home/zoli/BirdNET-Pi/templates/livestream.service.
+ install_cleanup_cron
+ sed 's/$USER/zoli/g' /home/zoli/BirdNET-Pi/templates/cleanup.cron
+ create_necessary_dirs
+ echo 'Creating necessary directories'
Creating necessary directories
+ '[' -d /home/zoli/BirdSongs/Extracted ']'
+ sudo -u zoli mkdir -p /home/zoli/BirdSongs/Extracted
+ '[' -d /home/zoli/BirdSongs/Extracted/By_Date ']'
+ sudo -u zoli mkdir -p /home/zoli/BirdSongs/Extracted/By_Date
+ '[' -d /home/zoli/BirdSongs/Extracted/Charts ']'
+ sudo -u zoli mkdir -p /home/zoli/BirdSongs/Extracted/Charts
+ '[' -d /home/zoli/BirdSongs/Processed ']'
+ sudo -u zoli mkdir -p /home/zoli/BirdSongs/Processed
+ sudo -u zoli ln -fs /home/zoli/BirdNET-Pi/exclude_species_list.txt /home/zoli/BirdNET-Pi/scripts
+ sudo -u zoli ln -fs /home/zoli/BirdNET-Pi/include_species_list.txt /home/zoli/BirdNET-Pi/scripts
+ sudo -u zoli ln -fs /home/zoli/BirdNET-Pi/homepage/images /home/zoli/BirdNET-Pi/homepage/index.php /home/zoli/BirdNET-Pi/homepage/static /home/zoli/BirdNET-Pi/homepage/style.css /home/zoli/BirdNET-Pi/homepage/views.php /home/zoli/BirdSongs/Extracted
+ sudo -u zoli ln -fs /home/zoli/BirdNET-Pi/model/labels.txt /home/zoli/BirdNET-Pi/scripts
+ sudo -u zoli ln -fs /home/zoli/BirdNET-Pi/scripts /home/zoli/BirdSongs/Extracted
+ sudo -u zoli ln -fs /home/zoli/BirdNET-Pi/scripts/play.php /home/zoli/BirdSongs/Extracted
+ sudo -u zoli ln -fs /home/zoli/BirdNET-Pi/scripts/spectrogram.php /home/zoli/BirdSongs/Extracted
+ sudo -u zoli ln -fs /home/zoli/BirdNET-Pi/scripts/overview.php /home/zoli/BirdSongs/Extracted
+ sudo -u zoli ln -fs /home/zoli/BirdNET-Pi/scripts/stats.php /home/zoli/BirdSongs/Extracted
+ sudo -u zoli ln -fs /home/zoli/BirdNET-Pi/scripts/todays_detections.php /home/zoli/BirdSongs/Extracted
+ sudo -u zoli ln -fs /home/zoli/BirdNET-Pi/scripts/history.php /home/zoli/BirdSongs/Extracted
+ sudo -u zoli ln -fs /home/zoli/BirdNET-Pi/homepage/images/favicon.ico /home/zoli/BirdSongs/Extracted
+ sudo -u zoli ln -fs /home/zoli/phpsysinfo /home/zoli/BirdSongs/Extracted
+ sudo -u zoli ln -fs /home/zoli/BirdNET-Pi/templates/phpsysinfo.ini /home/zoli/phpsysinfo/
+ sudo -u zoli ln -fs /home/zoli/BirdNET-Pi/templates/green_bootstrap.css /home/zoli/phpsysinfo/templates/
+ sudo -u zoli ln -fs /home/zoli/BirdNET-Pi/templates/index_bootstrap.html /home/zoli/phpsysinfo/templates/html
+ chmod -R g+rw /home/zoli/BirdNET-Pi
+ chmod -R g+rw /home/zoli/BirdSongs
+ generate_BirdDB
+ echo 'Generating BirdDB.txt'
Generating BirdDB.txt
+ '[' -f /home/zoli/BirdNET-Pi/BirdDB.txt ']'
+ sudo -u zoli touch /home/zoli/BirdNET-Pi/BirdDB.txt
+ echo 'Date;Time;Sci_Name;Com_Name;Confidence;Lat;Lon;Cutoff;Week;Sens;Overlap'
+ sudo -u zoli tee -a /home/zoli/BirdNET-Pi/BirdDB.txt
Date;Time;Sci_Name;Com_Name;Confidence;Lat;Lon;Cutoff;Week;Sens;Overlap
+ chown zoli:zoli /home/zoli/BirdNET-Pi/BirdDB.txt
+ chmod g+rw /home/zoli/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/>admin</>birdnet</g' /etc/icecast2/icecast.xml
+ passwords=("source-" "relay-" "admin-" "master-" "")
+ for i in "${passwords[@]}"
+ sed -i 's/<source-password>.*<\/source-password>/<source-password>birdnetpi<\/source-password>/g' /etc/icecast2/icecast.xml
+ for i in "${passwords[@]}"
+ sed -i 's/<relay-password>.*<\/relay-password>/<relay-password>birdnetpi<\/relay-password>/g' /etc/icecast2/icecast.xml
+ for i in "${passwords[@]}"
+ sed -i 's/<admin-password>.*<\/admin-password>/<admin-password>birdnetpi<\/admin-password>/g' /etc/icecast2/icecast.xml
+ for i in "${passwords[@]}"
+ sed -i 's/<master-password>.*<\/master-password>/<master-password>birdnetpi<\/master-password>/g' /etc/icecast2/icecast.xml
+ for i in "${passwords[@]}"
+ sed -i 's/<password>.*<\/password>/<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=zoli
+ HOME=/home/zoli
+ /home/zoli/BirdNET-Pi/scripts/createdb.sh
+ chown_things
+ chown -R zoli:zoli /home/zoli/BirdNET-Pi /home/zoli/BirdSongs
+ rm -f /tmp/tmp.DmQkR23QzC
+ source /etc/birdnet/birdnet.conf
++ LATITUDE=47.949
++ LONGITUDE=21.705
++ 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/zoli/BirdSongs
++ REC_CARD=default
++ PROCESSED=/home/zoli/BirdSongs/Processed
++ EXTRACTED=/home/zoli/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/zoli/BirdNET-Pi/IdentifiedSoFar.txt
+ '[' -d /home/zoli/BirdSongs ']'
+ install_birdnet
+ cd /home/zoli/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/zoli/BirdNET-Pi/birdnet
++ export VIRTUAL_ENV
++ _OLD_VIRTUAL_PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games
++ PATH=/home/zoli/BirdNET-Pi/birdnet/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games
++ export PATH
++ '[' -n '' ']'
++ '[' -z '' ']'
++ _OLD_VIRTUAL_PS1=
++ PS1='(birdnet) '
++ export PS1
++ '[' -n /usr/bin/bash -o -n '' ']'
++ hash -r
+ pip3 install -U -r /home/zoli/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/zoli/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/zoli/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 py>=1.8.2
  Downloading https://www.piwheels.org/simple/py/py-1.11.0-py2.py3-none-any.whl (98 kB)
Collecting tomli>=1.0.0
  Downloading https://www.piwheels.org/simple/tomli/tomli-2.0.1-py3-none-any.whl (12 kB)
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 iniconfig
  Downloading https://www.piwheels.org/simple/iniconfig/iniconfig-1.1.1-py2.py3-none-any.whl (5.0 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 packaging
  Downloading https://www.piwheels.org/simple/packaging/packaging-21.3-py3-none-any.whl (40 kB)
Collecting PyYAML
  Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB)
Collecting markdown
  Downloading https://www.piwheels.org/simple/markdown/Markdown-3.3.7-py3-none-any.whl (97 kB)
Collecting click>=5.0
  Downloading https://www.piwheels.org/simple/click/click-8.1.3-py3-none-any.whl (96 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 requests
  Downloading https://www.piwheels.org/simple/requests/requests-2.28.1-py3-none-any.whl (62 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 decorator>=4.0.10
  Downloading https://www.piwheels.org/simple/decorator/decorator-5.1.1-py3-none-any.whl (10 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 resampy>=0.2.2
  Downloading https://www.piwheels.org/simple/resampy/resampy-0.3.0-py3-none-any.whl (3.1 MB)
Collecting joblib>=0.14
  Downloading https://www.piwheels.org/simple/joblib/joblib-1.1.0-py2.py3-none-any.whl (306 kB)
Collecting pooch>=1.0
  Downloading https://www.piwheels.org/simple/pooch/pooch-1.6.0-py3-none-any.whl (56 kB)
Collecting audioread>=2.1.9
  Downloading https://www.piwheels.org/simple/audioread/audioread-2.1.9-py3-none-any.whl (26 kB)
Collecting numba>=0.45.1
  Downloading numba-0.55.2-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (3.2 MB)
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 certifi>=2017.4.17
  Downloading https://www.piwheels.org/simple/certifi/certifi-2022.6.15-py3-none-any.whl (160 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 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 cycler>=0.10
  Downloading https://www.piwheels.org/simple/cycler/cycler-0.11.0-py3-none-any.whl (6.4 kB)
Collecting kiwisolver>=1.0.1
  Downloading kiwisolver-1.4.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB)
Collecting fonttools>=4.22.0
  Downloading fonttools-4.33.3-py3-none-any.whl (930 kB)
Collecting pillow>=6.2.0
  Downloading Pillow-9.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.0 MB)
Collecting protobuf<4,>=3.12
  Downloading protobuf-3.20.1-cp39-cp39-manylinux2014_aarch64.whl (917 kB)
Collecting tornado>=5.0
  Downloading tornado-6.1-cp39-cp39-manylinux2014_aarch64.whl (427 kB)
Collecting gitpython!=3.1.19
  Downloading https://www.piwheels.org/simple/gitpython/GitPython-3.1.27-py3-none-any.whl (181 kB)
Collecting validators
  Downloading https://www.piwheels.org/simple/validators/validators-0.20.0-py3-none-any.whl (19 kB)
Collecting semver
  Downloading https://www.piwheels.org/simple/semver/semver-2.13.0-py2.py3-none-any.whl (12 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 pyarrow
  Downloading pyarrow-8.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (27.2 MB)
Collecting altair>=3.2.0
  Downloading https://www.piwheels.org/simple/altair/altair-4.2.0-py3-none-any.whl (812 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 pydeck>=0.1.dev5
  Downloading https://www.piwheels.org/simple/pydeck/pydeck-0.7.1-py2.py3-none-any.whl (4.3 MB)
Collecting watchdog
  Downloading watchdog-2.1.9-py3-none-manylinux2014_aarch64.whl (78 kB)
Collecting typing-extensions
  Downloading https://www.piwheels.org/simple/typing-extensions/typing_extensions-4.2.0-py3-none-any.whl (24 kB)
Collecting rich
  Downloading https://www.piwheels.org/simple/rich/rich-12.4.4-py3-none-any.whl (232 kB)
Collecting blinker
  Downloading https://www.piwheels.org/simple/blinker/blinker-1.4-py3-none-any.whl (14 kB)
Collecting cachetools>=4.0
  Downloading https://www.piwheels.org/simple/cachetools/cachetools-5.2.0-py3-none-any.whl (9.3 kB)
Collecting jinja2
  Downloading https://www.piwheels.org/simple/jinja2/Jinja2-3.1.2-py3-none-any.whl (133 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 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 ipywidgets>=7.0.0
  Downloading https://www.piwheels.org/simple/ipywidgets/ipywidgets-7.7.1-py2.py3-none-any.whl (124 kB)
Collecting ipykernel>=5.1.2
  Downloading https://www.piwheels.org/simple/ipykernel/ipykernel-6.15.0-py3-none-any.whl (133 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 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 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 pyzmq>=17
  Downloading pyzmq-23.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB)
Collecting ipython>=7.23.1
  Downloading https://www.piwheels.org/simple/ipython/ipython-8.4.0-py3-none-any.whl (750 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 backcall
  Downloading https://www.piwheels.org/simple/backcall/backcall-0.2.0-py2.py3-none-any.whl (11 kB)
Collecting pexpect>4.3
  Downloading https://www.piwheels.org/simple/pexpect/pexpect-4.8.0-py2.py3-none-any.whl (59 kB)
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 stack-data
  Downloading https://www.piwheels.org/simple/stack-data/stack_data-0.3.0-py3-none-any.whl (23 kB)
Collecting pickleshare
  Downloading https://www.piwheels.org/simple/pickleshare/pickleshare-0.7.5-py2.py3-none-any.whl (6.9 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 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 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 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 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 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 argon2-cffi
  Downloading https://www.piwheels.org/simple/argon2-cffi/argon2_cffi-21.3.0-py3-none-any.whl (14 kB)
Collecting terminado>=0.8.3
  Downloading https://www.piwheels.org/simple/terminado/terminado-0.15.0-py3-none-any.whl (16 kB)
Collecting nbclient>=0.5.0
  Downloading https://www.piwheels.org/simple/nbclient/nbclient-0.6.6-py3-none-any.whl (71 kB)
Collecting beautifulsoup4
  Downloading https://www.piwheels.org/simple/beautifulsoup4/beautifulsoup4-4.11.1-py3-none-any.whl (130 kB)
Collecting jupyterlab-pygments
  Downloading jupyterlab_pygments-0.2.2-py2.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 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 defusedxml
  Downloading https://www.piwheels.org/simple/defusedxml/defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
Collecting bleach
  Downloading bleach-5.0.1-py3-none-any.whl (160 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 pure-eval
  Downloading https://www.piwheels.org/simple/pure-eval/pure_eval-0.2.2-py3-none-any.whl (11 kB)
Collecting executing
  Downloading https://www.piwheels.org/simple/executing/executing-0.8.3-py2.py3-none-any.whl (16 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=106108 sha256=f72e3cd47753354b17b737ff2b6376fa89d40a152b892f96f8c79221e6094526
  Stored in directory: /home/zoli/.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=281510 sha256=ec3799d3596ec0e6d1aeef249ed890b626347e4513283f7e6679d9218de48fa8
  Stored in directory: /home/zoli/.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.1.1 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.2.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/zoli/BirdNET-Pi/scripts
+ ./install_language_label.sh -l en
Archive:  /home/zoli/BirdNET-Pi/model/labels_l18n.zip
  inflating: /home/zoli/BirdNET-Pi/model/labels_en.txt  
+ exit 0
mcguirepr89 commented 2 years ago

That installation looks successful, though I noticed this line:

The following packages will be upgraded:
  python3-sense-hat

Which implies that this installation is going atop some other software somewhere (as that package is not installed at any point, though your system is using it)

What else is installed other than BirdNET-Pi?

kinteki commented 2 years ago

This one installed : wiedehopf's readsb (fork of readsb / dump1090-fa)

https://github.com/wiedehopf/adsb-scripts/wiki/Automatic-installation-for-readsb

      1. 19:56 keltezéssel, Patrick McGuire írta:

        That installation looks successful, though I noticed this line:

        |The following packages will be upgraded: python3-sense-hat |

        Which implies that this installation is going atop some other software somewhere (as that package is not installed at any point, though your system /is/ using it)

        What else is installed other than BirdNET-Pi?

        — Reply to this email directly, view it on GitHub https://github.com/mcguirepr89/BirdNET-Pi/issues/426#issuecomment-1179236457, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZT3MNNMG6JSPR2PJEN27LLVTBTVTANCNFSM524UQ2KQ. You are receiving this because you were mentioned.Message ID: @.***>

-- Ezt az e-mailt az Avast víruskereső szoftver átvizsgálta. https://www.avast.com/antivirus

mcguirepr89 commented 2 years ago

Hi, @kinteki -- that program is not compatible with BirdNET-Pi -- it hosts a web server https://github.com/wiedehopf/adsb-scripts/wiki/Automatic-installation-for-readsb#web-interface

if you can disable that somehow, things should work -- but as a rule, only one process can bind to a port at a time, and it is obvious that Automatic-installation-for-readsb wants to bind to one of the ports that BirdNET-Pi uses.

In the future, things like this are really helpful to include in the issue. A quick look at that repo would have allowed me to troubleshoot this much earlier.

My best regards, Patrick

derektgardner commented 1 year ago

@kinteki I was able to get this working. I just changed the lighttpd port to something BirdNET-PI doesn't use (I use 8081).

Change the server.port in /etc/lighttpd/lighttpd.conf, restart the service and you should be all set. You may have to flush your browser's cache to get birdnet to show up.