roxma / nvim-completion-manager

:warning: PLEASE USE https://github.com/ncm2/ncm2 INSTEAD
MIT License
917 stars 49 forks source link

ncm can not start in windows10(no module name 'neovim') #166

Closed fcying closed 6 years ago

fcying commented 6 years ago

1

no module name 'neovim'

but I install neovim by pip3

and I can import neovim in vim && cmd 2 3

ncm version: 0acab11a71de vim8 build:1-1400

fcying commented 6 years ago

python3 installer only create python.exe

I copy python.exe to python3.exe, it work fine...