I can see “python3-dev-3.8.2-r0.aarch64.rpm” in deploy/rpm folder, but I want to put it into a final build image at bitbake running time. What package name should be added to IMAGE_INSTALL += section in .bb file? Further, is there any matching algorithm between package name and RPM file name?
I met always an error message “Python.h does not exist” when I tried “pip3 install scikit-learn” … It take very long while ^^. Then it was cleanly resolved after doing “rpm -ivh python3-dev-3.8.2-r0.aarch64.rpm” on the target. So I would like to set it up at compilation time without keyboard job to move RPM file and hang out with “rpm -ivh” ^^ "IMAGE_INSTALL += … python_dev " works for that?
Come on ~ Drew… We got almost there. ^^ With “pyhthon3-dev” not “python-dev” everything went fine. I need to check it was listed on pn_buildlist . ^^ Thanks