pip install dlib error

anurag31oct

Anurag Roy

Posted on August 26, 2022

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

💖 💪 🙅 🚩
anurag31oct
Anurag Roy

Posted on August 26, 2022

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related