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

Espflash v2 cannot be compiled because of requirement funty #297

Closed
lohrm-stabl opened this issue Nov 16, 2022 · 2 comments
Closed

Espflash v2 cannot be compiled because of requirement funty #297

lohrm-stabl opened this issue Nov 16, 2022 · 2 comments
Assignees
Labels
upstream The issue lies with a dependency

Comments

@lohrm-stabl
Copy link

Espflash v2 cannot be compiled because of requirement funty

root@d82fc04d79a3:/workspaces/Rust-SBC-Client# cargo install cargo-espflash --force --version 2.0.0-rc.1
  Downloaded cargo-espflash v2.0.0-rc.1
  Downloaded 1 crate (21.8 KB) in 0.47s
    Updating crates.io index
  Installing cargo-espflash v2.0.0-rc.1
error: failed to compile `cargo-espflash v2.0.0-rc.1`, intermediate artifacts can be found at `/tmp/cargo-installPhnzLR`

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: crates.io index
  required by package `bitvec v0.22.1`
      ... which satisfies dependency `bitvec = "^0.22.1"` of package `deku v0.14.1`
      ... which satisfies dependency `deku = "^0.14.1"` of package `esp-idf-part v0.1.1`
      ... which satisfies dependency `esp-idf-part = "^0.1.1"` of package `cargo-espflash v2.0.0-rc.1`
@jessebraham jessebraham added the upstream The issue lies with a dependency label Nov 16, 2022
@jessebraham
Copy link
Member

jessebraham commented Nov 16, 2022

This package got yanked any they never released a compatible version, see here. Will fix as soon as I'm able, you should be able to still install using the --locked flag.

@jessebraham
Copy link
Member

I've published new versions of cargo-espflash and espflash (2.0.0-rc.2) which should resolve this issue.

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
Archived in project
Development

No branches or pull requests

2 participants