-
Notifications
You must be signed in to change notification settings - Fork 72
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
Rust installation not found #210
Comments
Same here. Rust compiler (MSVC ABI, x64) installed and bin directory have added to env.path.
VisualRust version is latest stable (0.1.1 I guess) |
Same here. Tried all versions with Rust 1.7.0 and Visual Rust 0.1.1 still no installation found. |
This seems to be a problem with the new version (1.7.0) of Rust. A temporary workaround can be achieved by setting a windows registery key with regedit into:
And there you need to add a new string value with data of your rust install directory.
After this Visual Studio should compile normally. |
Should we report to the Rust installer maintainers then? Is this a bug or just a breaking change? |
I have the same problem with the same versions cited by @tommiv |
@tommiv Sure, it's a change on the Rust installer maintainers side, but they never commited to keeping the paths stable between release and it's on me to keep up with the changes to the installer, so no reason for reporting it to them. |
I am also getting this message using rustup-rs on windows 7 using 0.1.2 |
I know this may be basic, but I haven't heard anyone mention this; did you put the installation in your OS environment variables path? Depending if you are using windows/mac, the variable path should already be there and look something like this under system variables ex: variable will be path and value will be C:\Program Files\Rust stable MSVC 1.9\bin; (There's a long list of programs there so copy and past into a text file or something to see all the paths). Again sorry for the basics and I know everyone is sharp but covering all bases: Hope this helps or if not, at least the bases were covered. -Mike |
Seems to now be resolved for me. First I installed Visual Rust then attempted to compile a basic hello_world.rs app. Got the rust installation not found error. Downloaded the official rust installer and installed. Hit rebuild and everything built fine.
|
I think this was a duplicate of #207, which has been fixed. |
Same here. Have |
Just installed Visual Rust on VS 2015 and getting this as well.
following the instructions here: #263 resolved the issue for me. |
When using visual rust and compiling i always get the error message:
No Rust installation detected. You can download official Rust installer from rust-lang.org/install
I installed a few rust versions inclusive the msvc abi etc.. but the error keeps beeing there. I have the path set to my rust installation and the rust src env path.
I use visual studio 2015. I tried with latest build of visual rust and latest stable.
Can you help me with that?
The text was updated successfully, but these errors were encountered: