Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsuccessful installation due to unsupported wheel #1191

Open
calumma13 opened this issue Apr 29, 2024 · 8 comments
Open

Unsuccessful installation due to unsupported wheel #1191

calumma13 opened this issue Apr 29, 2024 · 8 comments

Comments

@calumma13
Copy link

PLEASE READ THE DOCUMENTATION BEFORE SUBMITTING AN ISSUE

Describe the bug
Installation fails

Expected behavior
Successful installation

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
After installation attempt, tried rebooting and accessing web server. Expected bird net page not visible, instead see Apache2 Debian Default Page.

Tried rebooting, uninstalling and reinstalling with same error.

Your build
Raspberry Pi 4 with Raspberry Pi OS Lite (64-bit)

Code or log snippets

Installation fails with following message: 

ERROR: tflite_runtime-2.6.0-cp39-none-linux_aarch64.whl is not a supported wheel on this platform.
The installation exited unsuccessfully.
@Svardsten53
Copy link

Did you install OS from this file?

2023-05-03-raspios-bullseye-arm64-lite.img.zip

@calumma13
Copy link
Author

I used the OS image directly from the Raspberry Pi imager software. Looks to be a newer release (2024-03-15). I need to use the older file?

@georgeh
Copy link

georgeh commented Apr 29, 2024

Same issue, I installed from 2024-03-15-raspios-bookworm-armhf-lite.img

@psylvyn
Copy link

psylvyn commented Apr 30, 2024

I ran into the same issue, and while it is not ideal I was able to get a successful installation using bullseye, rather than the latest bookworm. "Raspberry Pi OS (Legacy, 64 bit) Lite" in the Raspberry Pi Imager

@calumma13
Copy link
Author

I ran into the same issue, and while it is not ideal I was able to get a successful installation using bullseye, rather than the latest bookworm. "Raspberry Pi OS (Legacy, 64 bit) Lite" in the Raspberry Pi Imager

Thanks for that. This also worked for me.

@georgeh
Copy link

georgeh commented May 7, 2024

Installing from 2023-05-03-raspios-bullseye-arm64-lite.img fixed the issue for me too.

I chose bookworm originally because https://www.birdweather.com/birdnetpi says [emphasis added]:

Copy and paste the command below on a Raspberry Pi running the latest Raspberry Pi OS Lite (64-bit) image to install BirdNET-Pi.

That should probably be updated to be clearer about supported versions.

@christopherlock
Copy link

If you're running RPI5, see my comment here: #1194 (comment)

@herbbetz
Copy link

herbbetz commented Jun 20, 2024

Same error today, when I tried to install the BirdNET-Pi on 'ubuntu-24.04-preinstalled-server-arm64+raspi.img'. I thought to have read somewhere, that BirdNET-Pi prefers ubuntu before bullseye? ChatGPT also thinks, it can be installed with ubuntu...
I use RPi4B.

Working from within a python venv gives the same error:
(herbvenv) ubuntu@herbuntu:~/BirdNET-Pi$ pip install -r requirements.txt
ERROR: tflite_runtime-2.6.0-cp39-none-linux_aarch64.whl is not a supported wheel on this platform.

see also: https://github.com/kahst/BirdNET-Analyzer?tab=readme-ov-file#setup-ubuntu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants