-
pynvim
is installed viapython3 -m pip install --user --upgrade pynvim
(I checkedimport neovim
) -
:checkhealth
output:
## Python 3 provider (optional)
- WARNING: No Python executable found that can `import neovim`. Using the first available executable for diagnostics.
- ERROR: Python provider error:
- ADVICE:
- provider/pythonx: Could not load Python 3:
C:\Program Files\Python310\python3.EXE is Python 3.10 and cannot provide Python >= 3.3.
python3.10 not found in search path or not executable.
python3.9 not found in search path or not executable.
python3.8 not found in search path or not executable.
python3.7 not found in search path or not executable.
python3.6 not found in search path or not executable.
C:\Program Files\Python310\python.EXE is Python 3.10 and cannot provide Python >= 3.3.
- INFO: Executable: Not found
The problem seems that Nvim cannot detect Python 3.10 as a Python >= 3.3.
Any ideas about this?