pyarrow header files not installed
Task Info (Flyspray) | |
---|---|
Opened By | Guillaume Horel (thrasibule) |
Task ID | 79375 |
Type | Bug Report |
Project | Arch Linux |
Category | Packages: Extra |
Version | None |
OS | All |
Opened | 2023-08-14 20:11:31 UTC |
Status | Assigned |
Assignee | Bruno Pagani (ArchangeGabriel) |
Assignee | Konstantin Gizdov (kgizdov) |
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.