DEV Community

Anurag Roy
Anurag Roy

Posted on

pip install dlib error

while we try to install dlib by the pip command pip install dlib, we may get the error: subprocess-exited-with-error

To get rid of the error, we have to run this command before that
pip install cmake , then we can run the command pip install dlib

Top comments (0)