FS#79375 - [python-pyarrow] pyarrow header files not installed
Attached to Project:
Arch Linux
Opened by Guillaume Horel (thrasibule) - Monday, 14 August 2023, 20:11 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:19 GMT
Opened by Guillaume Horel (thrasibule) - Monday, 14 August 2023, 20:11 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:19 GMT
|
Details
Description:
The pyarrow header files are not installed. Additional info: This is fixed upstream: https://github.com/apache/arrow/issues/33509, just need to bump the package which is 3 versions behind. Steps to reproduce: In [1]: import pyarrow In [2]: pyarrow.get_include() Out[2]: '/usr/lib/python3.11/site-packages/pyarrow/include' This is a non existing directory. |
This task depends upon
Closed by Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:19 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/python-pyarrow/issues/ 2
Saturday, 25 November 2023, 20:19 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/python-pyarrow/issues/ 2
The tarball and release announcement are still missing for the 13 release.
Edit:
Do the PKGBUILDS from
FS#77908for arrow andFS#77797for python-pyarrow resolve the issue?FS#77797is particularly relevant as it makes /usr/lib/python3.11/site-packages/pyarrow/include a symlink to /usr/include/arrow/ which the pyarrow headers are moved to and the duplicate arrow headers already provided by arrow are removed from.PKGBUILD.diff.python-pyarrow (4.7 KiB)
Edit:
Attached the wrong file by accident. The second 2.5 KiB diff is the correct one.
PKGBUILD.diff.python-pyarrow (2.5 KiB)
[1] https://gitlab.archlinux.org/loqs/python-pyarrow/-/commits/update