openairplay / airplay2-receiver

AirPlay 2 Receiver - Python implementation
2.13k stars 133 forks source link

Issues running on Apple Silicon (ARM64 Native) #24

Closed M-Whitaker closed 3 years ago

M-Whitaker commented 3 years ago

Testing on my M1 MacBook Pro, I can see a problem installing pynacl due to its dependency on cffi which seems to not build properly in the python wheel as documented pyca/pynacl#654. Of course this does not take into account of simply running in Rosetta.

systemcrash commented 3 years ago

Please try current master :)

M-Whitaker commented 3 years ago

All working now: @ https://github.com/openairplay/airplay2-receiver/commit/984a98cb34c6fc98729719144658a536639df844

:)