neovim / pynvim

Python client and plugin host for Nvim
http://pynvim.readthedocs.io/en/latest/
Apache License 2.0
1.48k stars 118 forks source link

After updated to python 3.11, neovim can't find pynvim even I already install pynvim #516

Closed ancion closed 7 months ago

ancion commented 1 year ago

========================================================================

nvim: health#nvim#check

Configuration

Performance

Remote Plugins

========================================================================

Python 3 provider (optional)

========================================================================================

What I tried

wookayin commented 1 year ago

Try: python -m install -I --upgrade greenlet

ancion commented 1 year ago

thank you, but which prompt No module named install

following command worked ! 😂

python -m pip install --upgrade  greenlet