-
Notifications
You must be signed in to change notification settings - Fork 952
"error: toolchain 'nightly-foo' is not installed" is confusing #301
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
Comments
This is happening with |
@Hoverbear it happens at install time on arch? That's weird... |
Yes it seems to be working now though. Perhaps it was a connection error. |
I am getting Even customizing options and selecting |
I'm experiencing the same problem as @gistub on my Mac. Here's a screenshot: The |
I'm seeing this as well:
I was using
|
@Lisoph @gistub FWIW I had the issue both of you. I had previously had multirust and I'd following the prompts from rustup to remove metadata prior to installation but I still had the same error. For me, removing the ~/.multirust directory completely, and then re-running rustup-init fixed the problem for me. |
Great digging @pauljt |
This "not installed" message happens when the toolchain parser fails to parse the name and then considers it a "custom" toolchain. After that, the operation fails, and the reason is because there is no custom toolchain with that name.
It's confusing though because the user may have typo'd a channel name, not expecting it to be installed.
The text was updated successfully, but these errors were encountered: