Which version of nvim? Did you install another python and/or another
pip(2) with homebrew?

More info here as well:
https://github.com/zchee/deoplete-jedi/wiki/Setting-up-Python-for-Neovim
Justin M. Keyes


On Fri, Jan 20, 2017 at 3:32 PM, Luis Henriquez-Perez
<luishenriquezpe...@gmail.com> wrote:
>
> Hi guys,
>
> I'm in the process of resolving the #checkhealth checks for the Python 2
> provider. I tried everything I could think of. I'd really appreciate any
> suggestions.
>
> Problem: neovim can't find the python2 neovim module
>
> My Checks and Troubleshooting:
>
> I'm using a Mac with the Mac Os Sierra.
>
> I have Xcode and xcode command line tools installed.
>
> $python --version
> returns python 2.7.1
>
> $which python
> returns /usr/bin/python
>
> I read :h provider-python and followed its instructions to use:
> sudo pip2 install neovim
>
> the command was successful because when I do
> $ pip2 list
> "neovim (0.1.13)" is in the list
>
> in my vimrc I added the line:
> g:python_host_prog = '/usr/bin/python'
>
> --
> You received this message because you are subscribed to the Google Groups
> "neovim" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to neovim+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"neovim" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to neovim+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to