Breakage caused by removal of "Arduino_TensorFlowLite" library from Library Manager
还没有人认领这个 Issue。
评估
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 新手友好度
- 35/100
- Issue 类型
- 缺陷
- 描述清晰度
- 基本清楚
- 活跃度
- 停滞
- 技术栈
- github-actions, tensorflow
调研方向
从 GestureToEmoji/exercises/exercise1.md 中的安装部分、IMU_Classifier sketch 和 .github/workflows/compile-sketches.yml 开始。检查 TensorFlow 库的安装方式以及 sketch 包含的 header,然后验证文档和 workflow 使用受支持的安装路径,并确认各个 sketch 都能成功编译。
由索引模型根据 Issue 内容生成。
描述
The "Arduino_TensorFlowLite" library dependency of these tutorials was removed from Library Manager at the request of the TensorFlow Lite Micro maintainers (https://github.com/arduino/library-registry/pull/1748).
That removal impacts this project in several ways:
Documentation
The installation instructions specify installation of the library from Library Manager:
Install the following Arduino libraries using the Library manager:
- TensorFlow Lite library (search for "Arduino_TensorFlowLite")
This is no longer possible.
TensorFlow's library must be installed manually. The library's documentation provides instructions:
https://github.com/tensorflow/tflite-micro-arduino-examples#how-to-install
Code
TensorFlow's library does not contain the file tensorflow/lite/version.h, so the code that contains an #include directive for this header no longer compiles:
home/runner/work/ArduinoTensorFlowLiteTutorials/ArduinoTensorFlowLiteTutorials/GestureToEmoji/ArduinoSketches/IMU_Classifier/IMU_Classifier.ino:28:10: fatal error: tensorflow/lite/version.h: No such file or directory
#include <tensorflow/lite/version.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
CI
The repository contains a GitHub Actions workflow that provides a "smoke test" on relevant changes to the project by compiling the sketches:
The workflow is configured to install the dependency from Library Manager, which now fails:
Running command: /home/runner/bin/arduino-cli lib install Arduino_TensorFlowLite
Error installing Arduino_TensorFlowLite: Library 'Arduino_TensorFlowLite' not found
- 主要语言
- Jupyter Notebook
- 星标
- 269
- 派生
- 122
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
arduino/ArduinoTensorFlowLiteTutorials 的其他 Issue
-
难度 3/5 1-2 天 新手友好度 38/100
arduino/ArduinoTensorFlowLiteTutorials#37 · 1 条评论 ·
-
难度 4/5 3-5 天 新手友好度 25/100
arduino/ArduinoTensorFlowLiteTutorials#36 · 1 条评论 ·
-
难度 3/5 1-2 天 新手友好度 25/100
arduino/ArduinoTensorFlowLiteTutorials#35 · 4 条评论 ·
-
难度 2/5 1-3 小时 新手友好度 30/100
arduino/ArduinoTensorFlowLiteTutorials#34 · 5 条评论 ·
-
难度 1/5 1 小时以内 新手友好度 25/100
查看 arduino/ArduinoTensorFlowLiteTutorials 的全部 Issue
相似的 Issue
-
agent-ready documentation needs-triage
难度 1/5 1-3 小时 新手友好度 88/100
-
area-deployment area-integrations triage:bot-seen
难度 2/5 半天 新手友好度 86/100
-
agentic-workflows
难度 2/5 1-3 小时 新手友好度 76/100
-
refactor
难度 2/5 1-3 小时 新手友好度 78/100
-
bug build
难度 1/5 1 小时以内 新手友好度 91/100
facebookincubator/velox#19194 ·