BirdRec / ds-capstone_for_the_birds_raspberry_pi

MIT License
0 stars 0 forks source link

not running on Raspberry Pi 2 #47

Open pwerden opened 1 year ago

pwerden commented 1 year ago

When installing the virtual environment with the bash script, an error occurs when executing bash get_pi_requirements.sh and saying:

ERROR: tflite_runtime-2.5.0.post1-cp39-cp39-linux_armv7l.whl is not a supported wheel on this platform.

One can find the Pi's architecture by typing uname -m or arch

For my Raspberry Pi 2 it yields: armv6l

Searching for tflite_runtime wheels or tensorflow wheels were all either for armv7l or aarch64. I found a few links with armv6l, but they did not work or were only for Tensorflow 1 and old python version. Support for armv6l seems to be deprecated.

This Error might also occur for Raspberry Pi Zeros having same architecture (except the newer model RPi Zero 2 W).