I’m building a modular inference setup on a Raspberry Pi 400 running Debian Bookworm. I’ve manually installed Python 3.9 and downgraded the kernel to 5.x to restore Edge TPU compatibility. I’ve successfully installed `tflite-runtime==2.7.0`, but I’m blocked by the absence of a working `pycoral` wheel for Python 3.9 on ARM64.
Specifically, I’m looking for:
pycoral-2.0.0-cp39-cp39-linux_aarch64.whl
This used to be linked under `release-frogfish`, but the URL now returns a 404. I’ve tried building from source, but Bazel fails due to missing BUILD targets for the native binding `_pywrap_coral.so`.
Specifically, I’m looking for:
pycoral-2.0.0-cp39-cp39-linux_aarch64.whl
This used to be linked under `release-frogfish`, but the URL now returns a 404. I’ve tried building from source, but Bazel fails due to missing BUILD targets for the native binding `_pywrap_coral.so`.
Statistics: Posted by Cortexpi400 — Sat Sep 20, 2025 9:27 pm — Replies 0 — Views 107