-
Notifications
You must be signed in to change notification settings - Fork 273
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
Precompiled binary is not available for M1 Macs (Darwin arm64) #1236
Comments
Update: I managed to run
Update 2: Works perfectly! I would like to suggest making |
can confirm installing cargo fixes the build, would be nice to get an arm build |
to get the build to succeed I had to modify the rust-toolchain file to 1.57.0, as the 1.46.0 doesn't seem to have an arm64 build available? |
There is no longer a |
In case it saves anyone a few minutes, don-smith's answer above worked for me, but the directory on my computer was
|
Describe the bug
sh install.sh
does not work on M1 as no pre-built binaries exist for Darwin arm64.Environment
nvim --version
orvim --version
): NVIM v0.5.1git rev-parse --short HEAD
): a42594cbin/languageclient --version
): N/Areproduce the issue. Refer to an example here): Gist
To Reproduce
Steps to reproduce the behavior:
sh build.sh
as the post-installation (post-installation will fail)sh build.sh
.Current behavior
Expected behavior
The plugin installs normally.
Screenshots
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: