BirdNET-Pi
BirdNET-Pi copied to clipboard
Install issue on RPi4
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.
I just installed successfully, make sure you use the "Raspberry Pi OS (Legacy) Lite Bullseye" image that is "64-bit".
@Shellfishgene i've done that, but still can't install successfully...
Any other advice to get this to install correctly?? Im on a 1GB Rpi 4 - using Rpi OS (Legacy, 64bit) Lite bullseye...
@breimann did you managed to get it installed? looking at the same problem here...
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".
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: @.***>
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?
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: @.***>
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.
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. 🙇🏼
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: @.***>
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:
- it assumes 0 as LATTITUDE and LONGITUDE cause that IP-API site is finicky, you can always change that in settings
- it installs tfruntime directly from pip
- Has the install services fix I mentioned above.