Open jiayingwang-db opened 1 year ago
click is also part of universe at bin/click.
@nicklan we're running into the same issue when trying to install latest click
as well
same here
cloning the repo and doing cargo build
works fine and can certainly use the prebuilt binaries, but it's strange that cargo install
isn't working.
edit: oh, cargo install
ignores the lock... interesting.
cargo build
in the repo uses crossterm v0.26.1 but the cargo install
uses v0.25.0
and v0.26.1
... not certain how to fix but likely the problem.
same issue
hm, I'm unable to repro this on the latest rust/cargo version (1.75.0). if anyone here can still reproduce this please let me know
https://github.com/rust-lang/cargo/issues/7169 suggests cargo install click --locked
is the right fix for this.
If this pops up again with more people affected we could update the readme. What do you think, @nicklan ?
Hi, I might these 2 errors when installing Click on my laptop, could someone help to take a look?