facenet-realtime-face-recognition icon indicating copy to clipboard operation
facenet-realtime-face-recognition copied to clipboard

Illegal Instruction

Open htaufik opened this issue 4 years ago • 3 comments

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?

htaufik avatar Oct 15 '21 10:10 htaufik

Hello @htaufik

I am not sure to be honest, has the hardware changed since the last time it successfully ran?

tamerthamoqa avatar Oct 17 '21 06:10 tamerthamoqa

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 avatar Oct 18 '21 03:10 htaufik

@htaufik I currently have tensorflow 1.12.2 in the requirements files. Just to be sure, are you using Python 3.6?

tamerthamoqa avatar Oct 18 '21 05:10 tamerthamoqa