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.23k stars 135 forks source link

Install issue on RPi4 #1055

Open cebelcher opened 8 months ago

cebelcher commented 8 months ago

Trying a new install on an 8G Rpi 4 - using Raspberry Pi OS (Legacy) Lite Bullseye

and the install ends with:

Shellfishgene commented 8 months ago

I just installed successfully, make sure you use the "Raspberry Pi OS (Legacy) Lite Bullseye" image that is "64-bit".

breimann commented 8 months ago

@Shellfishgene i've done that, but still can't install successfully...

breimann commented 8 months ago

Any other advice to get this to install correctly?? Im on a 1GB Rpi 4 - using Rpi OS (Legacy, 64bit) Lite bullseye...

mnhn-paul commented 8 months ago

@breimann did you managed to get it installed? looking at the same problem here...

w2xg commented 8 months ago

I had the above issue when installing with "Raspberry Pi OS LITE (64-bit)" (as instructed in the Installation Guide) however it worked fine on second attempt when I re-flashed with "Raspberry Pi OS (Legacy, 64-bit) Lite".

breimann commented 8 months ago

No but I haven't tried the April version of bullseye

On Fri, 10 Nov 2023, 3:49 am Paul Braun, @.***> wrote:

@breimann https://github.com/breimann did you managed to get it installed? looking at the same problem here...

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

mnhn-paul commented 8 months ago

I had the above issue when installing with "Raspberry Pi OS LITE (64-bit)" (as instructed in the Installation Guide) however it worked fine on second attempt when I re-flashed with "Raspberry Pi OS (Legacy, 64-bit) Lite".

did you have to create the "pi" user when flashing the SD card (RaspberryPiImager, need to set a user if I want to enable SSH), if I understand this is no loner create automatically but the BirdNetPi needs it?

breimann commented 8 months ago

I just created login birder

On Fri, 10 Nov 2023, 5:30 pm Paul Braun, @.***> wrote:

I had the above issue when installing with "Raspberry Pi OS LITE (64-bit)" (as instructed in the Installation Guide) however it worked fine on second attempt when I re-flashed with "Raspberry Pi OS (Legacy, 64-bit) Lite".

did you have to create the "pi" user when flashing the SD card (RaspberryPiImager, need to set a user if I want to enable SSH), if I understand this is no loner create automatically but the BirdNetPi needs it?

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

olemueller commented 7 months ago

can confirm, the installation on "Raspberry Pi OS LITE (64-bit)" doesn't work atm.

i used "Raspberry Pi OS (Legacy, 64-bit) Lite", worked fine for me.

jeffsikes commented 7 months ago

I had the above issue when installing with "Raspberry Pi OS LITE (64-bit)" (as instructed in the Installation Guide) however it worked fine on second attempt when I re-flashed with "Raspberry Pi OS (Legacy, 64-bit) Lite".

Thank you! This resolved the issue for me and I was able to install successfully. 🙇🏼

breimann commented 7 months ago

This didn't help me at all

On Fri, 1 Dec 2023, 8:31 am Jeff Sikes, @.***> wrote:

I had the above issue when installing with "Raspberry Pi OS LITE (64-bit)" (as instructed in the Installation Guide) however it worked fine on second attempt when I re-flashed with "Raspberry Pi OS (Legacy, 64-bit) Lite".

Thank you! This resolved the issue for me and I was able to install successfully. 🙇🏼

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

sarvesh-lad commented 4 months ago

From what I gather the install_services.sh has php before php-fpm and php requires apache2 which is a new debian version thing

so moving it after php-fpm doesn't install apache:

Are you able to test this:

https://github.com/sarvesh-lad/BirdNET-Pi/

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

Notes on my fork:

  1. it assumes 0 as LATTITUDE and LONGITUDE cause that IP-API site is finicky, you can always change that in settings
  2. it installs tfruntime directly from pip
  3. Has the install services fix I mentioned above.