li-wu commented on issue #37193: URL: https://github.com/apache/arrow/issues/37193#issuecomment-1679886807
For the client side, I am using Python and used both `arrow.flight` and `grpcio` ``` import pyarrow.flight import grpc ``` Then what is the suggested way to avoid the issue mentioned above: > import pyarrow.flight -> loads libarrow_flight.so -> loads libgrpc++.so -> loads libgrpc.so but import grpcio -> loads _cygrpc.so -> this statically links gRPC -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
