-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Cannot install rust 1.39.0 on a raspberry 3b+ / 4 #5136
Comments
The cause is rust-lang/rust#62558, could you try to install the latest stable(1.41.0)? It should be fine. |
Thanks for your answer @JohnTitor , I need the version I had tried with the stable version PS: Sorry for my english, i'm learning to improve it ;-) |
Oh, I didn't read it, sorry! Then you should set rustup profile to minimal, it doesn't require Clippy and rustfmt. You can set it with |
Yeah, the solution is to not install clippy and other components, by setting If this still shouldn't work, I'll reopen this issue. |
Ok.. It's ok !!! Thank's a lot... |
Hello,
I have to install an old version of rust: the 1.39.0.
I can't install it on a raspberry 3b+ (same problem on a raspberry 4).
When i try
rustup toolchain install 1.39.0
, i got this:(
rustup install 1.39.0
give exactly same issue).I use
rustup 1.21.1 (7832b2ebe 2019-12-20)
.Thanks :D
The text was updated successfully, but these errors were encountered: