--- eventloops.py-orig 2020-12-12 10:22:08.633178000 -0800 +++ eventloops.py 2020-12-12 10:22:56.335735100 -0800 @@ -20,7 +20,7 @@ Checks if we are on OS X 10.9 or greater. """ - return sys.platform == 'darwin' and V(platform.mac_ver()[0]) >= V('10.9') + return sys.platform == 'darwin' and V(platform.mac_ver()[0]) >= V('10.9') and platform.mac_ver()[2] != 'arm64' def _notify_stream_qt(kernel, stream):