Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get a build of Neovim with python3 support for windows?

Tags:

python

vim

neovim

I'm having a hard time adding python3 support to my neovim install on my windows machine. I've done the following:

  • Installed the official 64 bit windows build of neovim
  • Installed python 3.5 (64 bit)
  • Ran pip install neovim
  • Set g:python3_host_prog to the path of my python3 exe in my init.vim.

Is there any step I'm missing?

I also noticed that when I run call health#provider#check() it prints out this:

enter image description here

But the python version there is 3.3+ and I have already run pip3 install neovim so not sure what the problem is.

like image 423
Steve Vermeulen Avatar asked Dec 14 '25 18:12

Steve Vermeulen


1 Answers

Using the master build from AppVeyor (now linked on the wiki), :CheckHealth should work now, as well as :python3 (after the steps you've taken), on Windows. Still some other work to be done to get to a stable Windows release. – Justin M. Keyes

like image 71
Armali Avatar answered Dec 17 '25 07:12

Armali



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!