Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

building wheel for dlib (setup.py) loop

trying to install dlib and face_recognition from Ubuntu taking reference from https://www.learnopencv.com/install-dlib-on-ubuntu/ but after following commands: i am stuck at:

Building wheels for dlib, face-recognition-models
    Building wheel for dlib (setup.py) ... /(looping stick)
like image 897
rahul Avatar asked Feb 15 '19 17:02

rahul


1 Answers

To complement mshahiddev answer I added -vvv and it showed that it was working.

Just took a really long time to complete. I just had to wait.

pip install dlib -vvv
like image 116
Evandro Pomatti Avatar answered Oct 24 '22 16:10

Evandro Pomatti