-
Notifications
You must be signed in to change notification settings - Fork 76
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
while installing stellar-cli Error : can't find crate for hyper
#1399
Comments
Thanks for letting us know. Does the following work?
Also |
A crate was declared but cannot be found. You need to link your code to the relevant crate in order to be able to use it (through Common causes
Common causes for missing std or core
|
I am using windows 10 |
So the install is working, but when using the CLI it fails? If so what errors are you getting? |
So on your Windows 10, you have rust and the project is working. Worst case, you can remove the current For the VPS, not sure why you cannot install rust and not sure what the OS is, but you could check try this way: https://www.rust-lang.org/tools/install |
Can we have a discussion about stellar on discord? |
Can we have a discussion about stellar on discord? |
@happylucktoday There's an ongoing discussion about this issue on Discord here: As the issue appears to be environmental (i.e. caused by the system setup) I'm going to close the issue as it doesn't sound like a problem with the CLI itself. If it turns out that was the wrong call we can reopen this issue or a new issue. |
What I did
I was installing stellar-cli
I used command cargo install --locked stellar-cli
while it is compiling I faced an error:
error[E0463]: can't find crate for hyper
and so many errors related with 'hyper'
I don't understand what issue there is.
The text was updated successfully, but these errors were encountered: