Attendance-Management-system-using-face-recognition
Attendance-Management-system-using-face-recognition copied to clipboard
AttributeError: module 'cv2' has no attribute 'faces'
It says AttributeError: module 'cv2' has no attribute 'faces'" when I click "Train Image".
you need to install opencv-contrib python package and I solve this error like this.
pip install opencv-contrib ERROR: Could not find a version that satisfies the requirement opencv-contrib (from versions: none) ERROR: No matching distribution found for opencv-contrib (venv) PS E:\uni record\7th Semester\FYP_1\gitHub_Help_code\Attendance-Management-system-using-face-recognition>
I finished this project 5 months before... It's work well😇
On Tue, 28 Nov, 2023, 11:50 am Usama Ramzan, @.***> wrote:
pip install opencv-contrib ERROR: Could not find a version that satisfies the requirement opencv-contrib (from versions: none) ERROR: No matching distribution found for opencv-contrib (venv) PS E:\uni record\7th Semester\FYP_1\gitHub_Help_code\Attendance-Management-system-using-face-recognition>
— Reply to this email directly, view it on GitHub https://github.com/Patelrahul4884/Attendance-Management-system-using-face-recognition/issues/9#issuecomment-1829189178, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6E2YWOEIR5LRNEVIBE5YPDYGV7CHAVCNFSM5WVV4ML2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBSHEYTQOJRG44A . You are receiving this because you are subscribed to this thread.Message ID: <Patelrahul4884/Attendance-Management-system-using-face-recognition/issues/9/1829189178 @github.com>
can you please share your code file
anyone got solution for this? I already had opencv-contrib ..