roxma / nvim-yarp

Yet Another Remote Plugin Framework for Neovim
MIT License
230 stars 14 forks source link

[ncm2_core@yarp] ValueError: request got unsupported keyword argument(s): async_ #21

Closed huangyingw closed 6 years ago

huangyingw commented 6 years ago

Hi, when I launch nvim, I got following error in status line: [ncm2core@yarp] ValueError: request got unsupported keyword argument(s): async

I already did these test inside nvim. :echo has("nvim-0.2.2") prints 1. :echo has("python3") prints 1

roxma commented 6 years ago

Try something like pip3 install --upgrade neovim

huangyingw commented 6 years ago

@roxma thanks a lot, this fix.

neur1n commented 6 years ago

I have upgraded neovim, but the error is still there. Does the version of Python matter? I was using the built-in 3.5.2 Python in Ubuntu 16.04 to compile vim.

huangyingw commented 5 years ago

@roxma , hi, this issue recur, I have run pip3 install --upgrade neovim but this time, no luck

my nvim version: NVIM v0.3.2-dev

and checkhealth result didn't say anything about python..

huangyingw commented 5 years ago

looks like this help: pip3 uninstall -y neovim pynvim pip3 install pynvim