neovim / pynvim

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

Python 3.10 cannot provide Python >= 3.3 #499

Closed prescottbreeden closed 2 years ago

prescottbreeden commented 2 years ago

:checkhealth displays

Error: Python provider error

I've tried uninstalling and reinstalling a couple times but this error message looks like the problem is a math problem, because 3.10 > 3.9 but not mathematically

 - provider/pythonx: Could not load Python 3:
    3           /Library/Frameworks/Python.framework/Versions/3.10/bin/python3 is Python 3.10 and cannot provide Python >= 3.3.
    2           /Library/Frameworks/Python.framework/Versions/3.10/bin/python3.10 is Python 3.10 and cannot provide Python >= 3.3.
zeertzjq commented 2 years ago

What's you Neovim version? How did you install Neovim?

zeertzjq commented 2 years ago

Anyway see https://github.com/neovim/neovim/issues/16089.

prescottbreeden commented 2 years ago

Version is 0.5.1. Installed with brew

zeertzjq commented 2 years ago

If it is v0.5.1 then there are two three things you can do:

prescottbreeden commented 2 years ago

Thanks for the speedy responses. Do you know if 0.5.2 is scheduled for release?

zeertzjq commented 2 years ago

The milestone 0.5.2 is due by Nov 26, 2021, but that may be delayed.