thisisnic commented on issue #47997: URL: https://github.com/apache/arrow/issues/47997#issuecomment-3925289464
I don't think there's anything we can do here; analysis from :robot: says "it's is a conflict between conda and pre-commit's R language support. When conda is active, pkg-config finds libxml2 from your conda environment `(/home/will/miniforge3/envs/shimano-dev/lib)`, but pre-commit's renv doesn't inherit `LD_LIBRARY_PATH`, so the compiled package can't load the library at runtime." Looks like a consequence of having different needs for different languages with a single pre-commit hook. I'm guessing you got a workaround like only running whichever hooks instead of them all? Lmk -- 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]
