codeium.vim
codeium.vim copied to clipboard
Process failed to start: no such file or directory.....
Failed to source /home/itznesbro/.local/share/nvim/lazy/codeium.vim/plugin/codeium.vim
...local/share/nvim/lazy/lazy.nvim/lua/lazy/core/loader.lua:346: Vim(let):E903: Process failed to start: no such file or directory: "/home/itznesbro/.codeium/bin/0a0cf69c54bd02 be577e1240463b85d782fa5475/language_server_linux_arm"
Can anyone tell me how to fix this?
Hi @ItzNesbroDev, how did you install the extension?
Using lazy.nvim Package manager
What are the outputs of:
tree /home/itznesbro/.codeiumuname -a
tree /home/itznesbro/.codeium:
/home/itznesbro/.codeium ├── bin │ └── 0a0cf69c54bd02be577e1240463b85d782fa5475 │ └── language_server_linux_arm └── config.json
uname -a:
Linux armv8l armv8l armv8l GNU/Linux
Looks like armv8l is 32 bit, unfortunately our language server only runs on 64 bit right now.
K
@pqn I having same problem but my system is different
Error:
E903: Process failed to start: no such file or directory: "/home/ramen/.local/share/.codeium/bin/02626b4ccb9ec6fa5d7ad27101ebb1480e2a80fb/language_serv
er_linux_x64"
Output of tree /home/ramen/.local/share/.codeium:
/home/ramen/.local/share/.codeium/
├── bin
│ └── 02626b4ccb9ec6fa5d7ad27101ebb1480e2a80fb
│ └── language_server_linux_x64
└── config.json
2 directories, 2 files
Output of uname -a:
Linux goroot 6.1.31 #1-NixOS SMP PREEMPT_DYNAMIC Tue May 30 13:03:33 UTC 2023 x86_64 GNU/Linux
@AnzenKodo we don't support NixOS directly, but you can try the strategy in #149.