Re: [yocto] do_package error after building meta-tensorflow and libcamera-apps does not detect tensorflow-lite
Gyorgy Sarvari <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto |
|---|---|
| Message-ID | <[email protected]> |
On 9/14/25 04:35, ashish shrikhande6 via Lists.Yoctoproject.Org wrote: > I tried bitbake -c cleanall but the issue remains the same. Random thought: I wonder if this could be because of some pip config seeping into the build environment. After some tests it looks that pip tries read some config files outside of the build env. Not sure what option can affect this (if any at all), but you could try going through the config file list[1] used by pip. If you find any of these files on your machine, try to rename it temporarily to prevent it from loading, then try to clean and rebuild tflite. (After the test rename it back) If one of these configs is the reason for the failure, than it should be mitigated from the layer side most likely. [1]: https://pip.pypa.io/en/stable/topics/configuration/ - the global and user config files are relevant. Site config not that much. > > Regarding libcamera-apps, I will apply patches and recommended changes > and let you know. > Thanks