Re: [yocto] do_package error after building meta-tensorflow and libcamera-apps does not detect tensorflow-lite
"ashish shrikhande6" <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto |
|---|---|
| Message-ID | <[email protected]> |
the cmd here in install is trying to install a python wheel:
${STAGING_BINDIR_NATIVE}/pip3 install --root-user-action=ignore --disable-pip-version-check -v \
-t ${D}/${PYTHON_SITEPACKAGES_DIR} --no-cache-dir --no-deps \
${S}/tensorflow/lite/tools/pip_package/gen/tflite_pip/python3/dist/tflite_runtime-${PV}*cp313*.whl
which is causing this issue. How to change the ownership in such a case?