hi Valentyn, This is the first I've ever heard of anyone doing what you are doing, so safe to say that we've given little to no consideration to this use case. We have been focused on providing binary packages for pip and conda. Could you please open a JIRA and provide more detailed information about what you are seeing?
Thanks Wes On Thu, May 28, 2020 at 4:47 PM Valentyn Tymofieiev <valen...@google.com.invalid> 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