You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a very basic idea about Yocto. I have added python3-pybind11 package into IMAGE_INSTALL and I checked if it is in the target:
root@qemuarm64:~# python3
Python 3.8.18 (default, Aug 24 2023, 19:48:18)
[GCC 9.5.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pybind11
>>> pybind11.__version__
'2.4.3'
The version is a bit old. Anyway I have changed pyproject.toml by lowering the version in the example:
I have a very basic idea about Yocto. I have added
python3-pybind11
package intoIMAGE_INSTALL
and I checked if it is in the target:The version is a bit old. Anyway I have changed
pyproject.toml
by lowering the version in the example:With this change, I still can build and run the example locally.
I created this recipe by
devtool add
:And I got this error:
Can you help me?
The text was updated successfully, but these errors were encountered: