We use pip3 install ...
in our Arm64 and s390x builds. It used to work with the previous build images, example here (arm64 image build “Tue May 26 10:08:22 UTC 2020”).
It doesn’t work anymore with the new build images, example here (arm64 image build “Tue Sep 15 13:14:36 UTC 2020”).
$ pip3 install -e dev/archery[docker]
Obtaining file:///home/travis/build/apache/arrow/dev/archery
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'setuptools'