-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
cargo build
cannot build the project
#531
Comments
Reinstalled rust using rustup. Still see:
|
There is a custom build script in ballista I wonder if this is related to needing @andygrove any thoughts? |
Oh, thanks for asking. I have |
🤔 |
Do you have the required libs installed? See https://github.com/apache/arrow-datafusion/blob/master/ballista/docs/dev-env.md TL;DR
|
On MacOS, I have cmake, pkg-config, openssl (bundled with dev) installed. |
I uninstalled stable toolchain and install nightly toolchain using Still don't know what the issue here because no descriptive error (tried verbose, etc.) can be found. But at least I can play with this project now. |
Describe the bug
Cannot build the project from a clean checkout.
To Reproduce
Then the error:
Expected behavior
cargo build
should build the project according to the development document.Additional context
MacOS 11.3
rustc 1.51.0
cargo 1.51.0
The text was updated successfully, but these errors were encountered: