-
Notifications
You must be signed in to change notification settings - Fork 338
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
bug: avante.nvim can't start inside ubuntu 22.04 arm64 #741
Comments
The bug is confirmed: the Linux Aarch64 artifact downloaded from the release has the wrong architecture.
The build script should specify the FYI: https://github.com/apache/opendal-go-services/blob/57c42a0fb656977bcbb5c60492528895e8826d30/.github/workflows/build_artifacts.yaml#L91 https://github.com/apache/opendal-go-services/blob/57c42a0fb656977bcbb5c60492528895e8826d30/.github/workflows/build_artifacts.yaml#L69 I could submit a change tomorrow. cc @yetone |
UPDATE FYI: We can take a try on: 255doesnotexist/lintestor#22 |
Hmm let me try to see if I can depend on tokio for tokenizers |
This was reported for two weeks. I've mentioned it could be resolved by make BUILD_FROM_SOURCE=true but it's not an ideal solution. Is this hard to resolve? |
Closed since #909 is merged. |
thanks the latest 0.0.12 fixed the issue. |
Describe the bug
I saw the same issue with this one: #684
but it happens inside Ubuntu 22.04 arm64. It could be reproduced in the host Macbook M3 Pro or the host Android phone. Both hosts are ARM64 architectures, and the docker guest OS is Ubuntu 22.04 arm64.
Neovim inside guest os ubuntu 22.04 is built from neovim source code.
I eventually resolved this issue by building avante.nvim from source code inside guest OS like:
make BUILD_FROM_SOURCE=true
but would like to check if this could be avoided since compiling sources usually takes time.
To reproduce
Expected behavior
avante.nvim should be able to start inside Ubuntu 22.04 arm64-based machine
Installation method
Use lazy.nvim:
Environment
neovim: 0.10.1+, my neovim is installed from neovim source codes, not sure if the same error happens from apt install neovim
OS: Ubuntu 22.04 arm64
Repro
No response
The text was updated successfully, but these errors were encountered: