BirdNET-Pi icon indicating copy to clipboard operation
BirdNET-Pi copied to clipboard

Install issue on RPi4

Open cebelcher opened this issue 1 year ago • 12 comments

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

and the install ends with:

  • pip3 install -U -r /home/cbelcher/BirdNET-Pi/requirements.txt Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple ERROR: tflite_runtime-2.6.0-cp39-none-linux_aarch64.whl is not a supported wheel on this platform. The installation exited unsuccessfully.

cebelcher avatar Oct 18 '23 01:10 cebelcher

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

Shellfishgene avatar Oct 19 '23 09:10 Shellfishgene

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

breimann avatar Oct 21 '23 08:10 breimann

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

breimann avatar Oct 22 '23 04:10 breimann

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

mnhn-paul avatar Nov 09 '23 17:11 mnhn-paul

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".

w2xg avatar Nov 09 '23 20:11 w2xg

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: @.***>

breimann avatar Nov 09 '23 22:11 breimann

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?

mnhn-paul avatar Nov 10 '23 06:11 mnhn-paul

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: @.***>

breimann avatar Nov 10 '23 07:11 breimann

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.

olemueller avatar Nov 16 '23 10:11 olemueller

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. 🙇🏼

jeffsikes avatar Nov 30 '23 22:11 jeffsikes

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: @.***>

breimann avatar Dec 01 '23 05:12 breimann

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.

sarvesh-lad avatar Feb 16 '24 23:02 sarvesh-lad