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
I am trying to get an executable file for my project through pyinstaller, but I am facing an error regarding the following model: shape_predictor_68_face_landmarks.dat
Here is the error message I get:
Traceback (most recent call last):
File "tag2.py", line 4, in
File "", line 1027, in _find_and_load
File "", line 1006, in _find_and_load_unlocked
File "", line 688, in _load_unlocked
File "PyInstaller\loader\pyimod02_importers.py", line 493, in exec_module
File "main.py", line 1, in
File "", line 1027, in _find_and_load
File "", line 1006, in _find_and_load_unlocked
File "", line 688, in load_unlocked
File "PyInstaller\loader\pyimod02_importers.py", line 493, in exec_module
File "face_recognition_init.py", line 7, in
File "", line 1027, in _find_and_load
File "", line 1006, in _find_and_load_unlocked
File "", line 688, in _load_unlocked
File "PyInstaller\loader\pyimod02_importers.py", line 493, in exec_module
File "face_recognition\api.py", line 20, in
RuntimeError: Unable to open C:\Users\Sherif\AppData\Local\Temp\_MEI202682\face_recognition_models\models\shape_predictor_68_face_landmarks.dat
Could anyone help please?
The text was updated successfully, but these errors were encountered:
I am trying to get an executable file for my project through pyinstaller, but I am facing an error regarding the following model: shape_predictor_68_face_landmarks.dat
Here is the error message I get:
Traceback (most recent call last):
File "tag2.py", line 4, in
File "", line 1027, in _find_and_load
File "", line 1006, in _find_and_load_unlocked
File "", line 688, in _load_unlocked
File "PyInstaller\loader\pyimod02_importers.py", line 493, in exec_module
File "main.py", line 1, in
File "", line 1027, in _find_and_load
File "", line 1006, in _find_and_load_unlocked
File "", line 688, in load_unlocked
File "PyInstaller\loader\pyimod02_importers.py", line 493, in exec_module
File "face_recognition_init.py", line 7, in
File "", line 1027, in _find_and_load
File "", line 1006, in _find_and_load_unlocked
File "", line 688, in _load_unlocked
File "PyInstaller\loader\pyimod02_importers.py", line 493, in exec_module
File "face_recognition\api.py", line 20, in
RuntimeError: Unable to open C:\Users\Sherif\AppData\Local\Temp\_MEI202682\face_recognition_models\models\shape_predictor_68_face_landmarks.dat
Could anyone help please?
The text was updated successfully, but these errors were encountered: