Thanks for the input. Opened https://issues.apache.org/jira/browse/ARROW-8983, we can continue the conversation there.
On Thu, May 28, 2020 at 2:46 PM Valentyn Tymofieiev <valen...@google.com> wrote: > Hi Arrow dev community, > > Do you have any insight why > > python -m pip download --dest /tmp pyarrow==0.16.0 --no-binary > :all: > > takes several minutes to execute? From the output we can see that pip get > stuck on: > > File was already downloaded /tmp/pyarrow-0.16.0.tar.gz > Installing build dependencies ... | > > There is a significant increase in runtime between 0.15.1 and 0.16.0. I > suspect some build dependencies need to be installed before pip > understands the dependencies of pyarrow. Is there some inefficiency in > Avro's setup.py that is causing this? > > Thanks, > Valentyn >