Nachtzuster / BirdNET-Pi

A realtime acoustic bird classification system for the Raspberry Pi 5, 4B 3B+ 0W2 and more. Built on the TFLite version of BirdNET.
https://birdnetpi.com
Other
133 stars 20 forks source link

Error during install on RPi5 #63

Closed ejwjohn closed 4 months ago

ejwjohn commented 4 months ago

Had the following error:- ERROR: tflite_runtime-2.6.0-cp39-none-linux_aarch64.whl is not a supported wheel on this platform.

This occurred during the setup of the env environment the full message was

`++ VIRTUAL_ENV_PROMPT='(birdnet) ' ++ export VIRTUAL_ENV_PROMPT ++ '[' -n /usr/bin/bash -o -n '' ']' ++ hash -r

I followed the instructions to use RPi Imager to create an SD card for RPi5 using Bookworm 64 bit Lite.

What have I screwed up, please?

Nachtzuster commented 4 months ago

Could you post the install log please? it is in the /home/<user>/

ejwjohn commented 4 months ago

Hello, Apologies, i misread your installation instructions,

in the following section

Installation A comprehensive installation guide is available here. Please note that installing BirdNET-Pi on top of other servers is not supported. If this is something that you require, please open a discussion for your idea and inquire about how to contribute to development. Raspberry Pi 3B[+] and 0W2 installation guide available here The system can be installed with: curl -s https://raw.githubusercontent.com/Nachtzuster/BirdNET-Pi/main/newinstaller.sh | bash The installer takes care of any and all necessary updates, so you can run that as the very first command upon the

In the section relating to

Specifically where you refer to the the 3B[+] and OW2 then provide the link after in error I thought that the link was in connection with the 3B etc etc installation.

Where in reality it is the one I should have used.

so sorting that out now. will report back.

ejwjohn commented 4 months ago

OK,

Yep Human error (mine)

All up and running now thanks

JohnW