Adafruit_TFLite icon indicating copy to clipboard operation
Adafruit_TFLite copied to clipboard

arduino-cli lib install [email protected] no longer available in Arduino lib manager

Open dhalbert opened this issue 2 years ago • 2 comments

https://forum.arduino.cc/t/why-i-cant-find-the-arduino-tensorflowlite-library-in-library-management/1044070

This is causing CI errors: Error installing Arduino_TensorFlowLite: Library '[email protected]' not found

dhalbert avatar Feb 18 '23 14:02 dhalbert

The library this depends on is no longer available through the Arduino Library Manager and must be installed manually: https://forum.arduino.cc/t/why-i-cant-find-the-arduino-tensorflowlite-library-in-library-management/1044070/3 Even if installed manually, it looks like the structure of the library has changed a bit, and Adafruit_TFLite might need some changes to work with the current layout.

PaintYourDragon avatar Feb 20 '23 17:02 PaintYourDragon

Just to add the link from the mentioned forum post, which may not remain online forever, but for now allows a workaround: https://downloads.arduino.cc/libraries/github.com/bcmi-labs/Arduino_TensorFlowLite-1.15.0-ALPHA.zip

tyeth avatar Dec 12 '23 22:12 tyeth