AttributeError: module ‘cv2.cv2’ has no attribute ‘createLBPHFaceRecognizer’ March 30, 2023 by Tarik You need to install opencv-contrib pip install opencv-contrib-python It should work after that.