In Beam we've had a few users report issues importing Beam Python after upgrading to macOS 10.15 Catalina, and it seems like our pyarrow import is the root cause [1]. Given that I don't see any reports of this on the arrow side I suspect that this is an issue just with pyarrow 0.14 (in Beam we've restricted to <0.15 [2]), can anyone confirm that the pypi release of pyarrow 0.15 is working on macOS 10.15?
Thanks, Brian [1] https://issues.apache.org/jira/browse/BEAM-8368 [2] https://github.com/apache/beam/blob/master/sdks/python/setup.py#L122