You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like rustup default nightly simply won't install correctly on my windows system? I tried searching for any issues about it, but none of them mentioned the same error I am experiencing.
If it's my mistake, I'm very sorry but for now I can't seem to find out why its not normalizing paths (that's what it looks like to me at least).
Running the usual Windows 10 Creators Update in Powershell.
Nightly:
info: syncing channel updates for 'nightly-x86_64-pc-windows-msvc'
info: downloading component 'rustc'
info: downloading component 'rust-std'
info: downloading component 'cargo'
info: downloading component 'rust-docs'
info: installing component 'rustc'
info: rolling back changes
error: failed to extract package
info: caused by: failed to unpack `rustc-nightly-x86_64-pc-windows-msvc/rustc/share/man/man1/rustdoc.1` into `C:\Users\Crawl\.rustup\tmp\exc5oyd56ob6gpr9_dir\rustc/share/man/man1/rustdoc.1`
info: caused by: The system cannot find the path specified. (os error 3)
It seems like
rustup default nightly
simply won't install correctly on my windows system? I tried searching for any issues about it, but none of them mentioned the same error I am experiencing.If it's my mistake, I'm very sorry but for now I can't seem to find out why its not normalizing paths (that's what it looks like to me at least).
Running the usual Windows 10 Creators Update in Powershell.
Nightly:
Stable:
The text was updated successfully, but these errors were encountered: