You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/18 05:26:09 UTC

[GitHub] [arrow-ballista] andygrove commented on pull request #528: fix python build in CI

andygrove commented on PR #528:
URL: https://github.com/apache/arrow-ballista/pull/528#issuecomment-1319566042

   With changes in this PR, it now fails with:
   
   ```
   $ docker run --rm -it -v $(pwd):/io             --workdir /io/python             konstin2/maturin:v0.12.10             build
   🍹 Building a mixed python/rust project
   💥 maturin failed
     Caused by: Cargo metadata failed. Does your crate compile with `cargo build`?
     Caused by: `cargo metadata` exited with an error:     Updating crates.io index
   error: failed to select a version for the requirement `parquet = "^26.0.0"`
   candidate versions found which didn't match: 15.0.0, 14.0.0, 13.0.0, ...
   location searched: crates.io index
   required by package `ballista-python v0.10.0 (/io/python)`
   ```


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org