You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning (from warnings module):
File "C:\Python311\Attendance-Management-system-using-face-recognition-master\attendance.py", line 94
logo = logo.resize((50, 47),Image.ANTIALIAS)
DeprecationWarning: ANTIALIAS is deprecated and will be removed in Pillow 10 (2023-07-01). Use Resampling.LANCZOS instead.
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\DELL\AppData\Local\Programs\Python\Python311\Lib\tkinter_init_.py", line 1948, in call
return self.func(*args)
^^^^^^^^^^^^^^^^
File "C:\Python311\Attendance-Management-system-using-face-recognition-master\attendance.py", line 239, in take_image
takeImage.TakeImage(
File "C:\Python311\Attendance-Management-system-using-face-recognition-master\takeImage.py", line 30, in TakeImage
os.mkdir(path)
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\Python311\Attendance-Management-system-using-face-recognition-master\TrainImage.py\1_navyasree'
The text was updated successfully, but these errors were encountered:
Warning (from warnings module):
File "C:\Python311\Attendance-Management-system-using-face-recognition-master\attendance.py", line 94
logo = logo.resize((50, 47),Image.ANTIALIAS)
DeprecationWarning: ANTIALIAS is deprecated and will be removed in Pillow 10 (2023-07-01). Use Resampling.LANCZOS instead.
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\DELL\AppData\Local\Programs\Python\Python311\Lib\tkinter_init_.py", line 1948, in call
return self.func(*args)
^^^^^^^^^^^^^^^^
File "C:\Python311\Attendance-Management-system-using-face-recognition-master\attendance.py", line 239, in take_image
takeImage.TakeImage(
File "C:\Python311\Attendance-Management-system-using-face-recognition-master\takeImage.py", line 30, in TakeImage
os.mkdir(path)
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\Python311\Attendance-Management-system-using-face-recognition-master\TrainImage.py\1_navyasree'
The text was updated successfully, but these errors were encountered: