[zeus] python3-dlib #yocto #zeus #python


Bel Hadj Salem Talel <bhstalel@...>
 

Hi All,

Did anyone manage to create a recipe for python dlib from the official site https://github.com/davisking/dlib ?
They provide C++ and Python API, (CMakeLists + setup.py). All recipes found for dlib are inheriting cmake for C++. 
But when inheriting setuptools3 error occurs.

Thanks,
Talel


Khem Raj
 

On Tue, May 11, 2021 at 1:00 PM Bel Hadj Salem Talel <bhstalel@...> wrote:

Hi All,

Did anyone manage to create a recipe for python dlib from the official site https://github.com/davisking/dlib ?
They provide C++ and Python API, (CMakeLists + setup.py). All recipes found for dlib are inheriting cmake for C++.
But when inheriting setuptools3 error occurs.

did you look into http://layers.openembedded.org/layerindex/recipe/135534/


Thanks,
Talel


Bel Hadj Salem Talel <bhstalel@...>
 

Thanks for the suggestion, but they are using the C++ API as well. I already created a recipe for the C++ API of dlib and it is working, the only thing needed is compitling the Python API.