-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
error: could not find disel_cli
in registry https://github.com/rust-lang/crates.io-index
#6662
Comments
Is |
Sorry for the delay @ehuss, what do you mean for this? |
The error message you posted is missing the letter |
Oh my god. That was the mistake. Forgive me man, thanks for the prompt responses. |
Pay attention to spelling rather than code |
I cannot seem to install findomain packages using the global cargo install on termux error: could not find |
@hadamssmith it looks like all versions of that crate have been yanked https://crates.io/crates/findomain |
Problem
I cannot seem to install global packages using the global
cargo install
command. I have seen this issue twice now on the issue board here and I have tried all recommended fixes to no avail whatsoever. I am opening this issue because I simply cannot figure out what might be going wrong here.Steps
cargo install diesel_cli --no-default-features --features postgres
error: could not find 'disel_cli' in registry 'https://github.com/rust-lang/crates.io-index'
However, Diesel_cli does exist and is right here
Possible Solution(s)
I have tried to delete $CARGO_HOME/registry, added a .cargo/config file, and also checked my
.gitconfig
as per @alexcrichton in #4007 and #2605Notes
Output of
cargo version
: cargo 1.34.0-nightly (865cb70 2019-02-10)I am running linux 4.20.7-arch1-1-ARCH with a Intel i5-8400 (6) @ 4.000GHz CPU.
I really am not sure what the heck is going on here. Could this be a linux-related issue?
The text was updated successfully, but these errors were encountered: