-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
ERROR: Failed to build installable wheels for some pyproject.toml based projects (pyarrow) on Python 3.13 #44443
Comments
There are not pre-built wheels for Python 3.13 for Arrow 17.0.0. You have to build pyarrow yourself. |
thank you. Please, what steps do i need to take to build pyarrow myself? @raulcd |
I will install python 3.11 and use arrow on it, while waiting for the pre-bult wheels support for python 3.13 and also build pyarrow to support python 3.13. |
Building from source isn't trivial so downgrading the python version would have been my recommendation as well! |
thank you ,you help me |
Describe the bug, including details regarding any error messages, version, and platform.
Before i upgraded to python 3.13, I was using python 3.11 and installing pyarrow had no issue. Now, i have upgraded to 3.13, and installed pyarrow and i got this error:
How can this be solved?
Is python 3.13 compactible with pyarrow 17.0.0?
Component(s)
Python
The text was updated successfully, but these errors were encountered: