-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Python] Building wheel for pyarrow (pyproject.toml) did not run successfully for Linux #40776
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We do not provide wheels for freeBSD and building the wheel requires Arrow C++ to be available on the system (which is what cmake complains about). Building the wheel/ Arrow C++ is not trivial and described in the dev docs. |
Then better to implement information about not support for freeBSD and check os before, in other way many time consumed to meet just this type errors. |
The error says you don't have Arrow CPP installed. In order to build the wheel from the source distribution you require Arrow CPP installed. |
Please precise.. |
Arrow CPP is the C++ implementation of Arrow. The binary must be built and is required in order to build pyarrow (Python). On the majority of platforms the wheels on https://pypi.org/project/pyarrow/#files are pre-compiled and already provide a compiled Arrow C++ supported for the OS + platform. We support:
We also provide the source distribution so people can compile themselves.
Yes, on the majority of cases is already provided as pre-compiled with the wheels. In the platforms that are not supported by the wheels that we publish it has to be installed manually and you'll have to generate pyarrow yourself. Which pip will do if it can find Arrow CPP.
It is, Free BSD is not Linux. We support all linux distributions.
Already shared. |
Describe the bug, including details regarding any error messages, version, and platform.
https://stackoverflow.com/questions/77318492/building-wheel-for-pyarrow-pyproject-toml-did-not-run-successfully
Not working 14.0.0, also pyarrow-15.0.2.tar.gz (1.1 MB) for freebsd-13.2-RELEASE-p10-amd64-cpython-311. Working for windows.
Component(s)
Python
The text was updated successfully, but these errors were encountered: