Skip to content
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

Closed
cla-bit opened this issue Oct 16, 2024 · 5 comments

Comments

@cla-bit
Copy link

cla-bit commented Oct 16, 2024

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:

      error: command 'cmake' failed: None
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for pyarrow
Failed to build pyarrow
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (pyarrow)

How can this be solved?
Is python 3.13 compactible with pyarrow 17.0.0?

Component(s)

Python

@raulcd
Copy link
Member

raulcd commented Oct 16, 2024

There are not pre-built wheels for Python 3.13 for Arrow 17.0.0. You have to build pyarrow yourself.
We are in the process of releasing Arrow 18.0.0 where pyarrow wheels will be built for Python 3.13.

@cla-bit
Copy link
Author

cla-bit commented Oct 16, 2024

There are not pre-built wheels for Python 3.13 for Arrow 17.0.0. You have to build pyarrow yourself. We are in the process of releasing Arrow 18.0.0 where pyarrow wheels will be built for Python 3.13.

thank you.

Please, what steps do i need to take to build pyarrow myself? @raulcd

@cla-bit
Copy link
Author

cla-bit commented Oct 16, 2024

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.

@assignUser
Copy link
Member

Building from source isn't trivial so downgrading the python version would have been my recommendation as well!

@lacsteorra
Copy link

There are not pre-built wheels for Python 3.13 for Arrow 17.0.0. You have to build pyarrow yourself. We are in the process of releasing Arrow 18.0.0 where pyarrow wheels will be built for Python 3.13.

thank you ,you help me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants