tzachar / compe-tabnine

TabNine source for hrsh7th/nvim-compe
BSD 3-Clause "New" or "Revised" License
52 stars 3 forks source link

Error installing on linux #2

Closed ofrades closed 3 years ago

ofrades commented 3 years ago

E5108: Error executing lua Vim:E475: Invalid value for argument cmd: '/home/ofrades/.local/share/nvim/site/pack/packer/start/compe-tabnine/binaries/TabNine_Linux

tzachar commented 3 years ago

Does the file exist in the required path? What is the output of

ls -al /home/ofrades/.local/share/nvim/site/pack/packer/start/compe-tabnine/binaries/TabNine_Linux
ofrades commented 3 years ago

No, binaries was not created. What I did was to run sh /home/ofrades/.local/share/nvim/site/pack/packer/start/compe-tabnine/install.sh manually. So probably the problem was my use {"tzachar/compe-tabnine", run = "./install.sh"}

tzachar commented 3 years ago

Which plugin manager are you using?

ofrades commented 3 years ago

I am using Packer

tzachar commented 3 years ago

Can you try deleting the plugin, and running Packer install again, attaching the output of the install process? I don't use Packet personally, so a minimal .vimrc using it would be helpful to solve the issue

klooj commented 3 years ago

i use packer. try changing into ... /pack/packer/start/compe-tabnine/ and then manually run ./install.sh instead of running it through packer or from a different directory.

tzachar commented 3 years ago

This looks like an issue with Packer. It looks like the install script is not executed.

tzachar commented 3 years ago

closing, if someone has a solution, please post it.

evolify commented 3 years ago

The same issue with packer in macOS

tzachar commented 3 years ago

Well, I have no experience with packer. Feel free to submit a patch :)