pitrou commented on code in PR #41041:
URL: https://github.com/apache/arrow/pull/41041#discussion_r1625916033
##########
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:
For example:
```console
$ pip list
Package Version
---------- -------
pip 24.0
setuptools 59.6.0
$ pip install wheel
Collecting wheel
Using cached wheel-0.43.0-py3-none-any.whl.metadata (2.2 kB)
Using cached wheel-0.43.0-py3-none-any.whl (65 kB)
Installing collected packages: wheel
Successfully installed wheel-0.43.0
```
--
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]