andygrove commented on PR #528:
URL: https://github.com/apache/arrow-ballista/pull/528#issuecomment-1319574309
making more progress ... now failing with:
```
error: failed to run custom build command for `ballista-core v0.10.0
(/io/ballista/core)`
Caused by:
process didn't exit successfully:
`/io/python/target/debug/build/ballista-core-4746e61e3cf8a0be/build-script-build`
(exit status: 101)
--- stdout
cargo:rerun-if-env-changed=FORCE_REBUILD
cargo:rerun-if-changed=proto/ballista.proto
cargo:rustc-env=RUSTC_VERSION=1.64.0
cargo:rerun-if-changed=proto/datafusion.proto
cargo:rerun-if-changed=proto/ballista.proto
cargo:rerun-if-changed=proto
--- stderr
thread 'main' panicked at '
Could not find `protoc` installation and this build crate cannot proceed
without
this knowledge. If `protoc` is installed and this crate had trouble finding
it, you can set the `PROTOC` environment variable with the specific path
to your
installed `protoc` binary.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]