yyossy5 commented on issue #46137: URL: https://github.com/apache/arrow/issues/46137#issuecomment-2817113951
I removed the pin for grpc-cpp, created the conda environment, and built C++ Arrow, but I'm still encountering the same error. ```bash $ conda create -n pyarrow-dev-test-no-pin -c conda-forge \ --file ci/conda_env_unix.txt \ --file ci/conda_env_cpp.txt \ --file ci/conda_env_python.txt \ --file ci/conda_env_gandiva.txt \ compilers \ python=3.10 \ pandas ... grpc-cpp conda-forge/osx-arm64::grpc-cpp-1.51.1-h44b9a77_3 ... libprotobuf conda-forge/osx-arm64::libprotobuf-3.21.12-ha614eb4_2 ``` The version of libprotobuf installed has not changed compared to when grpc-cpp was pinned to 1.50.1. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org