-
Notifications
You must be signed in to change notification settings - Fork 110
Failed to build datafusion-python 0.8.0 because of substrait build command #261
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
Do you have rustfmt installed? (It's this error) |
Thank you for your response :) Yes rustfmt is installed, but I found some interesting information here: https://aur.archlinux.org/packages/ztui The rustc/cargo are installed using a conda package, not using rustup. When I try to build datafusion-python with a compiler installed with rustup everything works fine (in the meantime I discovered that protobuf was missing)! I will try to understand what is missing in the rust conda package or if it is only related to the missing protobuf package. |
I don't have a solution yet but wanted to voice that I too see this with a similar environment setup on an x86 server. I know we have seen it before on mac arm based chips but the x86 was a new one. |
My initial problem was due to the missing protobuf package, but for an unknown reason the error output is different when the rust toolchain is installed with conda versus installed by rustup (in both cases rustfmt is intalled). |
Describe the bug
Failed to build datafusion-python 0.8.0 because of the run custom build command of substrait v0.4.0
To Reproduce
redhat-7 + conda environment with:
Expected behavior
Maturin should succeed in producing the "wheel" package
Additional context
I use python 3.8 and rust-1.64.0 or 1.67.1
The text was updated successfully, but these errors were encountered: