Exafunction / codeium.vim

Free, ultrafast Copilot alternative for Vim and Neovim
https://codeium.com
MIT License
3.96k stars 140 forks source link

Process failed to start: no such file or directory..... #30

Closed ItzNesbroDev closed 1 year ago

ItzNesbroDev commented 1 year ago

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"

ItzNesbroDev commented 1 year ago

Can anyone tell me how to fix this?

pqn commented 1 year ago

Hi @ItzNesbroDev, how did you install the extension?

ItzNesbroDev commented 1 year ago

Using lazy.nvim Package manager

pqn commented 1 year ago

What are the outputs of:

ItzNesbroDev commented 1 year ago

tree /home/itznesbro/.codeium:

/home/itznesbro/.codeium ├── bin │ └── 0a0cf69c54bd02be577e1240463b85d782fa5475 │ └── language_server_linux_arm └── config.json

uname -a:

Linux armv8l armv8l armv8l GNU/Linux

pqn commented 1 year ago

Looks like armv8l is 32 bit, unfortunately our language server only runs on 64 bit right now.

ItzNesbroDev commented 1 year ago

K

AnzenKodo commented 1 year ago

@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
pqn commented 1 year ago

@AnzenKodo we don't support NixOS directly, but you can try the strategy in #149.