amoeba commented on issue #44868: URL: https://github.com/apache/arrow/issues/44868#issuecomment-2504544863
I was able to tweak conda package versions around and get this build working correctly and I think _a_ fix here is updating conda_env_cpp. The issue was [our pin](https://github.com/apache/arrow/blob/main/ci/conda_env_cpp.txt#L34) of `grpc-cpp<1.50.1 `. I removed grpc-cpp, orc, libprotobuf (as they're entangled) from the environment and reinstalled them which brought in newer versions. I was then able to build. @raulcd the pin showed up in https://github.com/apache/arrow/issues/35089. What do you think about me submitting a PR and doing some testing in the PR to see what breaks? -- 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]
