jorisvandenbossche commented on code in PR #41041: URL: https://github.com/apache/arrow/pull/41041#discussion_r1625918974
########## python/examples/minimal_build/build_venv.sh: ########## @@ -35,6 +35,7 @@ source $WORKDIR/venv/bin/activate git config --global --add safe.directory $ARROW_ROOT pip install -r $ARROW_ROOT/python/requirements-build.txt +pip install wheel Review Comment: That's the recommendation from setuptools .. (I agree it shouldn't hurt given it's an easy to install package, although I also noticed in the setuptools tracker that the next version of setuptools will actually remove `wheel` usage all together) -- 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]
