Hi @Sanket_Parekh
unfortunately that does not help me. My workstation meets requirements set in the Yocto documentation [1]. What is strange for me is that some include files cannot be found
```
In file included from /work/build-wayland/tmp/work/armv8a-poky-linux/tensorflow-lite/2.9.1-r0/git/tensorflow/lite/python/interpreter_wrapper/python_utils.cc:16:
/work/build-wayland/tmp/work/armv8a-poky-linux/tensorflow-lite/2.9.1-r0/git/tensorflow/lite/python/interpreter_wrapper/python_utils.h:19:10: fatal error: Python.h: No such file or directory
19 | #include <Python.h>
| ^~~~~~~~~~
compilation terminated.
```
I do not think it can be caused by workstation environment but rather by environment for that given recipe, should it not be set by DEPENDS/PACKAGECONFIGS to correctly compile given package?
Also, seems that tensorflow-lite is compiled, the problem is with building pip package [2].
Regards
Tomasz Żyjewski
[1] https://docs.yoctoproject.org/4.0.10/singleindex.html#compatible-linux-distribution
[2] https://github.com/nxp-imx/meta-imx/blob/kirkstone-5.15.71-2.2.0/meta-ml/recipes-libraries/tensorflo...