Skip to content
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

failed to select a version for the requirement funty = "~1.2" #17

Open
TonywithZhang opened this issue Nov 22, 2022 · 1 comment
Open

Comments

@TonywithZhang
Copy link

Failed to install.
got an error:
error: failed to compile itm-decode v0.6.1, intermediate artifacts can be found at /var/folders/js/wr30wyx17xq4x6qkvnmr_ztr0000gn/T/cargo-installxE3DwX

Caused by:
failed to select a version for the requirement funty = "~1.2"
candidate versions found which didn't match: 2.0.0, 1.1.0, 1.0.1, ...
location searched: sjtu index (which is replacing registry crates-io)
required by package bitvec v0.22.0
... which satisfies dependency bitvec = "^0.22" of package itm-decode v0.6.1
perhaps a crate was updated and forgotten to be re-vendored?

Anyone got the same error?

@tmplt
Copy link
Member

tmplt commented Nov 22, 2022

Known error. Resolved in #16. Try installing with --locked which forces the build of yanked releases. Otherwise HEAD of master. The latter is recommended: 0.6 is no longer maintained.

tmplt pushed a commit that referenced this issue Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants