apple m1 erroor

#11
by kaiyv - opened

That's what is happening on mine as well, I have a pc.

I'm on an M1 Mac too and get that error, have been trying to resolve it for days, hope someone can help!

I fixed it by running this command pip install gradio==3.16.2

For some reason, MediaPipe face has a separate M1-specific Python dependency. It's not clear why it's not part of MediaPipe's normal install path. You might be able to resolve this with pip install mediapipe-silicon, which will work for Apple's Silicon.

Thank you! Replacement of mediapipe==0.9.1.0 with mediapipe-silicon==0.9.1 in requirements.txt worked for me

JosephCatrambone changed discussion status to closed

Sign up or log in to comment