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.28k stars 138 forks source link

Raspberry Pi 3 Model B installation error #1210

Open MeMrLuigi opened 3 months ago

MeMrLuigi commented 3 months ago

PLEASE READ THE DOCUMENTATION BEFORE SUBMITTING AN ISSUE

Describe the bug A clear and concise description of what the bug is.

To Reproduce Created image (lite 64) and ran

sudo sed -i 's/CONF_SWAPSIZE=100/CONF_SWAPSIZE=2048/g' /etc/dphys-swapfile &&
sudo sed -i 's/#CONF_MAXSWAP=2048/CONF_MAXSWAP=4096/g' /etc/dphys-swapfile &&
sudo sed -i '/^exit 0/i sudo iw wlan0 set power_save off' /etc/rc.local &&
sudo reboot

then

curl -s https://raw.githubusercontent.com/Nachtzuster/BirdNET-Pi/main/newinstaller.sh | bash

behavior Installation was canceled:

./install_services.sh: line 391: chown: command not found
./install_services.sh: error reading input file: Input/output error
+ exit 1
The installation exited unsuccessfully.

Your build Raspberry Pi 3 Model B

alexbelgium commented 3 months ago

Hi, you opened this issue on this repo but you are using the Nachtzuster version i would recommend that you post on how repository here : https://github.com/Nachtzuster/BirdNET-Pi

You could perhaps try to reinstall it with sudo apt-get install coreutils or use export PATH="$PATH:/usr/sbin" to force the script to use the PATH for your chown on your system?