Error to run a library to python
问题 I follow the steps according to http://npatta01.github.io/2015/08/10/dlib/ but when I try to run (I use sudo), python python_examples/face_detector.py examples/faces/2007_007763.jpg take back error. Firstly, the error was AttributeError: 'module' object has no attribute 'image_window' to line 8. Now, the error is Illegal instruction (core dumped) but I don't know why. Please, help me to add the library correctly. import sys import dlib from skimage import io detector = dlib.get_frontal_face