You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: