问题
直接使用pyinstaller -F find.py 进行打包,之后运行exe会报错,报错内容为:RuntimeError: Unable to open C:\Users\pc\AppData\Local\Temp_MEI70802\face_recognition_models\models\shape_predictor_68_face_landmarks. dat
解决
这个错误的意思是无法找到face_recognition的模型文件,那么我们需要去face_recognition找到对应的模型文件的真实地址,此时需要修改spec文件