WillAyd commented on code in PR #45854: URL: https://github.com/apache/arrow/pull/45854#discussion_r2021385763
########## ci/scripts/python_build.sh: ########## @@ -89,7 +136,37 @@ pushd ${python_build_dir} # on Debian/Ubuntu (ARROW-15243). # - Cannot use build isolation as we want to use specific dependency versions # (e.g. Numpy, Pandas) on some CI jobs. -${PYTHON:-python} -m pip install --no-deps --no-build-isolation -vv . + +# The conda compilers package may mess with C{XX}_FLAGS in a way that interferes +# with the compiler Review Comment: As an FYI here is the upstream discussion around the conda compilers activation changing C{XX}FLAGS and the subsequent issues it may cause https://github.com/conda-forge/conda-forge.github.io/issues/2002 -- 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