Deep-Live-Cam
Deep-Live-Cam copied to clipboard
Segmentation fault on M1 Mac
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
.