You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
device: macOs, latest rust tools & compiler version
after cloning , when running cargo buildat project root:
error: failed to select a version for the requirement parquet = "^16.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 datafusion v9.0.0 (https://github.com/apache/arrow-datafusion?rev=0289bfe6a98bdae371eee29d3f257b173ddb4437#0289bfe6)
... which satisfies git dependency datafusion of package ballista-benchmarks v5.0.0 (/Users/ybouraoui/arrow-ballista/benchmarks)
The text was updated successfully, but these errors were encountered:
Describe the bug
branch: master
device: macOs, latest rust tools & compiler version
after cloning , when running
cargo build
at project root:error: failed to select a version for the requirement
parquet = "^16.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
datafusion v9.0.0 (https://github.com/apache/arrow-datafusion?rev=0289bfe6a98bdae371eee29d3f257b173ddb4437#0289bfe6)
... which satisfies git dependency
datafusion
of packageballista-benchmarks v5.0.0 (/Users/ybouraoui/arrow-ballista/benchmarks)
The text was updated successfully, but these errors were encountered: