This repository was archived by the owner on Oct 1, 2024. It is now read-only.
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
#include not working in Arduino_TensorFlowLite examples #1066
Open
Description
I'm running into an error when I try to upload the magic_wand example from the Arduino_TensorFlowLite library.
Whenever I try to upload the example I get the error below:
accelerometer_handler.h:21:10: fatal error: tensorflow/lite/c/c_api_internal.h: No such file or directory
#include "tensorflow/lite/c/c_api_internal.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
The error is for one of the additional .h files that is in the same folder as the .ino file.
If I open the example in the Arduino IDE it compiles and uploads without an issue.
Specs:
Windows 10
Arduino 1.8.12
VS Code 1.46.1