facenet-realtime-face-recognition
facenet-realtime-face-recognition copied to clipboard
Illegal Instruction
After sometimes, I try to run this repo again. it says "Illegal Instruction"
- Serving Flask app 'server.py' (lazy loading)
- Environment: production WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
- Debug mode: off Illegal instruction
is it because tensorflow not support again?
Hello @htaufik
I am not sure to be honest, has the hardware changed since the last time it successfully ran?
not the hardware, in your requirement it should install tensorflow 1.5.0, tensorflow now just install version >2.2.0. the previous version can't be installed.
@htaufik I currently have tensorflow 1.12.2 in the requirements files. Just to be sure, are you using Python 3.6?