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

2021-05-11 Thread Bel Hadj Salem Talel
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. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#53465):

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

2021-05-11 Thread Khem Raj
On Tue, May 11, 2021 at 1:00 PM Bel Hadj Salem Talel 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

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

2021-05-11 Thread Bel Hadj Salem Talel
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