Does Apache Beam statically-link Protocol Buffers? I opened https://issues.apache.org/jira/browse/ARROW-6860
It would be great if the Beam community could work with us to resolve issues around shipping C++ Protocol Buffers. We don't want you to be stuck on pyarrow 0.13.0 and have your users be subjected to bugs and other issues. On Thu, Oct 10, 2019 at 3:11 PM Brian Hulette <hulet...@gmail.com> wrote: > > 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