On 13/01/2021 16:19, [email protected] wrote: > I tried to build "scipy" first using your repo, I have encountered the > below two errors: > > 1. ERROR: Nothing PROVIDES 'python3-pybind11-native' > - python3-scipy_1.5.2.bb DEPENDS on or otherwise requires it - Is this > required to add this dependency? > 2. ERROR: python3-scipy-1.5.2-r0 do_prepare_recipe_sysroot: The file > /usr/lib/libblas.so.3 is installed by both openblas and lapack, aborting > >
You need to use the full layer, rather than trying to copy over individual components. scikit-learn is a complex recipe to build and requires a lot of moving parts, without full understanding of the OE system you should take the layer verbatim. Both errors will be addressed by using the full layer as it depends on meta-python which is part of meta-openembedded, and it also bbappends lapack in order to prefer openblas. Regards, Jack. -- Jack Mitchell, Consultant https://www.tuxable.co.uk
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#88751): https://lists.openembedded.org/g/openembedded-devel/message/88751 Mute This Topic: https://lists.openembedded.org/mt/79625670/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
