Deep-Live-Cam icon indicating copy to clipboard operation
Deep-Live-Cam copied to clipboard

Segmentation fault on M1 Mac

Open ivdorelian opened this issue 6 months ago • 5 comments

image

After a few seconds a segmentation fault error shows up.

% python run.py --execution-provider coreml

zsh: segmentation fault  python run.py --execution-provider coreml

The same happens with just python run.py

Due to the fact that I was getting an illegal hardware instruction error with tensorflow installed by pip install tensorflow, I had to replace that with pip install tensorflow-macos.

ivdorelian avatar Aug 09 '24 23:08 ivdorelian