codota / tabnine-vim

Vim client for TabNine. https://vimawesome.com/plugin/tabnine-vim
https://www.tabnine.com/install/vim
GNU General Public License v3.0
672 stars 36 forks source link

YCM unavailable for Nvim #15

Closed ogirginc closed 5 years ago

ogirginc commented 5 years ago

With Nvim v0.3.3 (Mac OS Mojave 10.14.2), I am getting the error below:

YouCompleteMe unavailable: requires Vim compiled with Python (2.7.1+ or 3.4+) support.

Fyi, my Vim version is 8.1.0700.

ogirginc commented 5 years ago

Solved by running:

pip3 install --upgrade pynvim

If you run into a similar error on Nvim, run :checkhealth on Nvim & follow the instructions provided.