menpo / conda-dlib

Conda recipe for the dlib pacakge
BSD 3-Clause "New" or "Revised" License
9 stars 6 forks source link

The package isn't listed as a python package. #16

Open gcavalcante8808 opened 5 years ago

gcavalcante8808 commented 5 years ago

Hi Folks,

I want to use some libraries that are installed through pip and needs dlib.

The problem is: the dlib package installed through conda doesn't appear as a python package (at least not with pip freeze command) and for that, pip tries to install dlib again (even with dev libraries and cmake installed, it results in errors because many of the needed files exists because there were installed through conda).

Looks like that may be possible with a setup.py inside package, but I don't know yet.