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 textwrap = "^0.15.1" #268

Closed
coltCN opened this issue Oct 24, 2022 · 2 comments
Closed

failed to select a version for the requirement textwrap = "^0.15.1" #268

coltCN opened this issue Oct 24, 2022 · 2 comments
Labels
upstream The issue lies with a dependency

Comments

@coltCN
Copy link

coltCN commented Oct 24, 2022

cargo install cargo-espflash failed

Caused by:
failed to select a version for the requirement textwrap = "^0.15.1"
candidate versions found which didn't match: 0.16.0, 0.15.0, 0.14.2, ...
location searched: tuna index (which is replacing registry crates-io)
required by package clap v3.2.22
... which satisfies dependency clap = "^3.2.22" of package cargo-espflash v1.7.0
perhaps a crate was updated and forgotten to be re-vendored?

textwrap@0.15.1 was yanked

@jessebraham
Copy link
Member

Thanks for bringing this to my attention.

In the meantime you can use cargo install --locked cargo-espflash and it should still succeed. I hopefully will get a new release out soon.

@jessebraham jessebraham added the upstream The issue lies with a dependency label Oct 24, 2022
@jessebraham
Copy link
Member

This should be resolved now (see mgeisler/textwrap#484 (comment)).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream The issue lies with a dependency
Projects
None yet
Development

No branches or pull requests

2 participants