-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[Rust] failed to select a version for byteorder
#23821
Comments
Neville Dipale / @nevi-me: Thanks |
Andy Grove / @andygrove:
error: failed to select a version for `byteorder`.
... required by package `thrift v0.12.0`
... which is depended on by `parquet v1.0.0-SNAPSHOT (https://github.com/andygrove/arrow#8a707069)`
... which is depended on by `datafusion v1.0.0-SNAPSHOT (https://github.com/andygrove/arrow#8a707069)`
... which is depended on by `ballista v0.1.3 (/home/andy/git/andygrove/ballista)`
versions that meet the requirements `~1.2.1` are: 1.2.7, 1.2.6, 1.2.5, 1.2.4, 1.2.3, 1.2.2, 1.2.1all possible versions conflict with previously selected packages. previously selected package `byteorder v1.3.2`
... which is depended on by `base64 v0.9.3`
... which is depended on by `kube v0.14.0`
... which is depended on by `ballista v0.1.3 (/home/andy/git/andygrove/ballista)`failed to select a version for `byteorder` which could resolve this conflict
|
Andy Grove / @andygrove: |
Andy Grove / @andygrove:
cargo update
Updating crates.io index
Updating byteorder v1.3.2 -> v1.2.7
Adding log v0.3.9
Adding parquet-format v2.6.0
Updating thrift v0.13.0 -> v0.12.0
Adding try_from v0.2.2 |
Andy Grove / @andygrove: |
Todd Farmer / @toddfarmer: |
Description
builds is required by package
thrift v0.12.0
is not found on crate.io, supported version are: 1.2.7, 1.2.6, 1.2.5, 1.2.4, 1.2.3, 1.2.2, 1.2.1.Error Message
C:...\decision_tree>cargo build
Updating git repository
https://github.com/apache/arrow
Updating crates.io index
error: failed to select a version for
byteorder
.... required by package
thrift v0.12.0
... which is depended on by
parquet v1.0.0-SNAPSHOT (https://github.com/apache/arrow#469e9cbc)
... which is depended on by
datafusion v1.0.0-SNAPSHOT (https://github.com/apache/arrow#469e9cbc)
... which is depended on by
decision_tree v0.1.0 (C:\...\decision_tree)
versions that meet the requirements
~1.2.1
are: 1.2.7, 1.2.6, 1.2.5, 1.2.4, 1.2.3, 1.2.2, 1.2.1all possible versions conflict with previously selected packages.
previously selected package
byteorder v1.3.2
... which is depended on by
base64 v0.10.1
... which is depended on by
rust-argon2 v0.5.1
... which is depended on by
redox_users v0.3.1
... which is depended on by
dirs v1.0.5
... which is depended on by
rustyline v4.1.0
... which is depended on by
datafusion v1.0.0-SNAPSHOT (https://github.com/apache/arrow#469e9cbc)
... which is depended on by
decision_tree v0.1.0 (C:\...\decision_tree)
failed to select a version for
byteorder
which could resolve this conflictRepo steps
datafusion = { git = "https://github.com/apache/arrow" }
to[dependences]
section;cargo build
.Relative issue
https://issues.apache.org/jira/browse/ARROW-7562
Environment: OS: Windows 10 home x64
Rust: rustc 1.40.0 (73528e339 2019-12-16)
tool-chain: stable-x86_64-pc-windows-gnu
Reporter: Huang Kaibo
Assignee: Andy Grove / @andygrove
Related issues:
Note: This issue was originally created as ARROW-7563. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: