-
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
[Python] Cannot build from pip on 3.13 #43343
Comments
As 3.13 is not released yet we don't provide wheels for it. As building pyarrow from scratch can be a bit difficult I would recommend using 3.12 which has wheels for pyarrow. If you require 3.13 for some reason you can check the dev docs for a guide on how to build Arrow C++ and pyarrow from source: https://arrow.apache.org/docs/developers/python.html#python-development |
Sorry @clin1234 I missed that you are actually installing from git. The issue is that And you will also need a matching install of Arrow C++ as mentioned above etc. so my recommendation is still to use 3.12 if you just want to use arrow, if you want to contribute ( ❤️ ) please refer to the linked docs. |
Do you want to build yourself or just want to test with a 3.13 wheel? I don't think is there much for us to do here. I am closing the issue but feel free to re-open if it requires some work from us. |
Describe the bug, including details regarding any error messages, version, and platform.
I'm running within the VS2022 developer prompt, and encountered the following error:
Component(s)
Python
The text was updated successfully, but these errors were encountered: