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

virtual enviornment: failed building wheel for pyarrow #36

Open
dshaaban01 opened this issue Dec 26, 2024 · 1 comment
Open

virtual enviornment: failed building wheel for pyarrow #36

dshaaban01 opened this issue Dec 26, 2024 · 1 comment

Comments

@dshaaban01
Copy link
Contributor

I nuked my build directory and my virtual environment (long story). I followed the steps to rebuild them - at this line I got an error:

python3 -m pip install -r ${SUBSTRAIT_MLIR_SOURCE_DIR}/requirements.txt

Screenshot 2024-12-26 at 17 54 31 Screenshot 2024-12-26 at 17 54 51

Because the virtual environment isn't working, CMAKE cannot run.

interestingly, pyarrow was one of the 2 tests that always failed no matter what (from first installation some months ago - I think I mentioned this to @ingomueller-net).

Anyways, I will try to fix it now, but filing an issues in case I cannot / for us to revisit in future if needed.

@dshaaban01
Copy link
Contributor Author

Turns out this is due to an incompatibility with python 3.13.0!

This website shows that there are no binaries for arm 64 macOS python 3.13.0.

I changed the version of my python to 3.12.0 and that fixed it, using these steps

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

No branches or pull requests

1 participant