-
Notifications
You must be signed in to change notification settings - Fork 237
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
Fail to build on Windows: The system cannot find the file specified #71
Comments
Same problem with me on Win10 32bit, see here: http://stackoverflow.com/questions/32487166/cargo-build-error-file-missing Anyone? |
I have the same problem with windows 10 64bit, moving the project to C:\ as suggested in the SO thread didn't help in my case. |
I got the same error, windows 8.1 64bit, still looking for a fix also tried moving the project to C:\ but it didn't work. |
I'm getting this error while trying to install cargo-edit. I'm on Windows 7 64-bit.
|
This indicates that "sh" isn't an executable in PATH, which probably means that you're not running inside an MSYS2 shell. Some possible fixes are:
In general though there could be some better error messages here. |
After adding to Cargo.toml the curl dependency. On building:
The text was updated successfully, but these errors were encountered: