Hi,

We need to build python3-pyarrow package for it. We can use
Pybuild for it: https://wiki.debian.org/Python/Pybuild

Our debian/: 
https://github.com/apache/arrow/tree/master/dev/tasks/linux-packages/apache-arrow/debian


BTW, we can use pip with our deb package:

  apt install -y libarrow-python-dev python3-pip git cmake pkg-config
  pip3 install --no-binary pyarrow pyarrow


Thanks,
--
kou

In <d22bf819-aca0-02b4-935b-57fb17e16...@katanagraph.com>
  "Debian dependencies on pyarrow for a C++ and Python package" on Wed, 31 Mar 
2021 17:12:14 -0500,
  Arthur Peters <a...@katanagraph.com> wrote:

> I am working on packaging a system that uses Arrow from both C++ and
> Python. I have working Conda packages without much trouble. However,
> Ubuntu/APT packages are turning out to be a problem. The deb packages
> (at
> https://apache.bintray.com/arrow/ubuntu/pool/focal/main/a/apache-arrow/
> for instance) don't appear to include the pyarrow wrappers. There are
> pip packages for pyarrow, but they include their own incompatible
> binaries by default and a deb cannot depend on a pip package anyway.
> 
> Is there a way to create a deb package that depends on pyarrow? And if
> not, is there anything we can do about it? Also, are there plans to
> create non-conda binaries that support both C++ and Python at the same
> time? Or did I miss something and it all just works if I'm less dumb?
> :-)
> 
> Thanks so much!
> 
> -Arthur
> 
> -- 
> 
> 
>       
> 
> *Arthur Michener Peters*, Software Engineer
> 
> He/him/his
> 
>       
> 
> *KATANA GRAPH*
> 
> 400 West 15th Street, Suite 150, Austin, TX 78701
> 
> a...@katanagraph.com <mailto:a...@katanagraph.com>
> 
> _katanagraph.com_ <http://katanagraph.com/>
> 

Reply via email to