The Python client for Neovim, providing a programming interface to control Neovim from Python. This package ('neovim') is a transitional package for 'pynvim' (version 0.3.1) and is deprecated; users should use the 'pynvim' package (current version 0.6.0) instead. The project has an active maintenance and release cadence of roughly once a year.
pip install pynvimVerified import paths — ran on the pinned version, not inferred.
Connect to Neovim via Unix socket and evaluate a VimL expression.
Uninstall both 'neovim' and 'pynvim', then install 'pynvim': pip uninstall neovim pynvim && pip install pynvim
Upgrade to Python 3.7+ or use pynvim < 0.5.0
pip uninstall neovim pynvim && pip install pynvim
Install pynvim: pip install pynvim
Ensure you have pynvim >= 0.4.0: pip install --upgrade pynvim