Search Criteria
Package Details: python-pyarrow 3.0.0-1
Git Clone URL: | https://aur.archlinux.org/python-pyarrow.git (read-only, click to copy) |
---|---|
Package Base: | python-pyarrow |
Description: | A columnar in-memory analytics layer for big data. |
Upstream URL: | https://arrow.apache.org |
Licenses: | |
Submitter: | thrasibule |
Maintainer: | thrasibule |
Last Packager: | thrasibule |
Votes: | 3 |
Popularity: | 0.000710 |
First Submitted: | 2017-05-03 18:02 |
Last Updated: | 2021-02-05 19:08 |
Dependencies (11)
- arrow (arrow-git)
- git (git-git) (check)
- python-brotli (python-brotli-git) (check)
- python-hypothesis (check)
- python-pytest (check)
- python-pytest-lazy-fixture (check)
- python-pytz (check)
- cmake (cmake-git) (make)
- cython (cython-kivy, cython-git) (make)
- python-setuptools (make)
- python-fsspec (optional)
Required by (6)
- dvc (optional)
- python-feather
- python-geopandas (optional)
- python-mlflow (optional)
- python-openml
- python-tamu_d3m-git
Latest Comments
faulaner commented on 2019-07-08 08:39
Hi there, I think there is an typo in the .SRCINFO-File: Should "checkdepends = git python-hypothesis" be so, or should it be "checkdepends = git checkdepends = python-hypothesis"
vsilv commented on 2019-01-29 12:10
Hi there, for me the source files do not pass the validity check. Furthermore, the compilation fails. Is it the same for you?
Aanok commented on 2018-11-29 19:12
Thanks for the swift reply, everything seems to work fine now :-)
thrasibule commented on 2018-11-29 15:48
@Aanok. I've disabled orc for now so that at least I can import pyarrow. Tests still fail for me though, so I have disabled them as well.
Aanok commented on 2018-11-29 13:21
Hello, I've flagged the package out of date but truth be told I'm having trouble building regardless.
Rather, bumping version to 0.11 and downloading the corresponding tarball the program compiles, but fails on the first test. I've gone through the package building process, so everything is up to date (including the arrow package, which builds 0.11.1).
Here is a pastebin with the failed test: https://pastebin.com/zJepZyFS
thrasibule commented on 2018-03-26 18:37
@peippo. Right now this is only packaged for python3. I assume you made other changes to run it with python2? I probably should release a split package at some point, but since I don't use python2 I haven't looked into it. If you can share what you have that would be helpful.
peippo commented on 2018-03-26 07:54
Please add
python2-backports.functools_lru_cache
to the dependencies, thanks :)