-
Notifications
You must be signed in to change notification settings - Fork 31
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
Can't install via cargo #37
Comments
Thanks for the report, i just reproduced this right now. I have a couple changes waiting to be released, so i'll go ahead and bump the version so this (hopefully) gets fixed. |
Seems to work now :)) |
Hey! That was really fast ;) yep, it works for me as well. I'll close the ticket then. Thanks! |
I am also trying to install on Ubuntu (20.04) and am running into a similar issue.
|
I am also completely unfamiliar with Rust, so it might be that I am missing something super obvious |
Hey! Your error might be caused by an out of date rust install. Could you try installing a newer one using rustup? |
Hi,
and a couple of those:
|
@midick, it seems this issue happens every time clap introduces a breaking change, as |
thank you so much! |
Since I don't have Arch or Nix I wanted to install simply using
cargo install flavours
. However it runs into compilation errors (see output below). Specifying a version didn't work either (e.g.cargo install flavours --version 0.5.0
, etc.). I pinned down the problem to theclap
andclap_generate
packages but couldn't solve it anyway. It downloads and compiles the version 3.0.0-beta.4 although you specify 3.0.0-beta.2 in the Cargo.toml. I am just a Rust beginner, so it might be an easy to correct error,I looked into the pkgbuild for Arch and was able to install it using those commands in Ubuntu.
Here's the output of cargo install (trimmed for visibility):
Just wanted to give a heads-up. Thanks for your effort developing this package!
Cheers.
The text was updated successfully, but these errors were encountered: