Python version: 3.10 Using Pycharm CE conda environment M1 Mac
I am trying to run a facial recognition python program, but upon running, I get this error:
Process finished with exit code 132 (interrupted by signal 4: SIGILL)
I isolated the line where this occurs:
import face_recognition
A bit of research reveals that some people have had the same error code trying to import tensorflow on m1 devices, but the solution that seemed to work (if I am interpreting it right) involved installing a special version of tensorflow, however to my knowledge something like this doesn't exist for face_recognition