-
Notifications
You must be signed in to change notification settings - Fork 353
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
Build error on fresh install #963
Comments
I have gotten this working locally by using |
This error is always caused because the Rust toolchain is not correctly installed. I’d recommend you to remove the toolchain with https://github.com/search?q=%22can%27t+find+crate+for+%60core%60%22&type=issues |
Thank you very much! I tried uninstalling individual toolchains to start, but that didn't help. Then I found this StackOverflow answer that recommended deleting rust entirely and starting from scratch. And now the build works! |
This issue is now closed. Comments on closed issues are hard for our team to see. |
I created a fresh lambda, but can't get it to build.
Version info:
The text was updated successfully, but these errors were encountered: