radicle-dev / radicle-bins

Collection of radicle binaries.
Other
21 stars 9 forks source link

error: failed to select a version for `picky-asn1` when trying to use keyutil #113

Closed talentlessguy closed 3 years ago

talentlessguy commented 3 years ago

this is what I get:

v1rtl@v1rtl-server ~/r/s/ui (master)> rustc --version
rustc 1.54.0-nightly (881c1ac40 2021-05-08)
v1rtl@v1rtl-server ~/r/s/ui (master)> cargo run -p radicle-keyutil -- --filename ~/.radicle-seed/secret.key
    Updating git repository `https://github.com/radicle-dev/radicle-link`
    Updating crates.io index
error: failed to select a version for `picky-asn1`.
    ... required by package `picky-asn1-der v0.2.5`
    ... which is depended on by `librad v0.1.0 (https://github.com/radicle-dev/radicle-link?branch=xla/disable-rere#5bbb764e)`
    ... which is depended on by `radicle-seed v0.1.0 (https://github.com/radicle-dev/radicle-link?branch=xla/disable-rere#5bbb764e)`
    ... which is depended on by `radicle-seed-node v1.0.0 (/home/v1rtl/radicle-bins/seed)`
versions that meet the requirements `=0.3.1` are: 0.3.1

all possible versions conflict with previously selected packages.

  previously selected package `picky-asn1 v0.3.3`
    ... which is depended on by `librad v0.1.0 (https://github.com/radicle-dev/radicle-link?branch=xla/disable-rere#5bbb764e)`
    ... which is depended on by `radicle-seed v0.1.0 (https://github.com/radicle-dev/radicle-link?branch=xla/disable-rere#5bbb764e)`
    ... which is depended on by `radicle-seed-node v1.0.0 (/home/v1rtl/radicle-bins/seed)`

failed to select a version for `picky-asn1` which could resolve this conflict
cloudhead commented 3 years ago

Fix in #112

FintanH commented 3 years ago

112 is now merged :)