Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

there is no prebuilt windows version for the latest dlib version available via pip, so it tried to download the latest src, and failed building that, because you had no c++ compiler installed.

but you can try a not-so-recent version, like:

 pip install dlib=19.3.1

this should at least install a binary whl , and not require any further instaled tools.

there is no prebuilt windows version for the latest dlib version available via pip, so it tried to download the latest src, and failed building that, because you had no c++ compiler installed.

but you can try a not-so-recent version, like:

 pip install dlib=19.3.1

this should at least install a binary whl , and not require any further instaled installed tools.

there is no prebuilt windows version for the latest dlib version available via pip, so it tried to download the latest src, and failed building that, because you had no c++ compiler installed.

but you can try a not-so-recent version, like:

 pip install dlib=19.3.1

this should at least install a binary whl , and not require any further installed tools.be used "out-of-the-box".

there is no prebuilt windows version for the latest dlib version available via pip, so it tried to download the latest src, and failed building that, because you had no c++ compiler installed.

but you can try a not-so-recent version, like:

 pip install dlib=19.3.1

this should at least install a binary whl , and which can be used "out-of-the-box".