CoderCookE / vim-chatgpt

Vim Plugin For ChatGPT
The Unlicense
230 stars 29 forks source link

Hint at Python version bound to Vim at compile time #6

Closed Konfekt closed 1 year ago

Konfekt commented 1 year ago

Based on this question the error message gives better hints on the python modules according to versions

beyarkay commented 1 year ago

Sorry to revive this, but is the only way to update neovim's python to rebuild it from source? I'm struggling with this issue and have

:python3 import sys; print(sys.version)
3.9.16 (main, Dec  7 2022, 10:02:13)
[Clang 14.0.0 (clang-1400.0.29.202)]

and

:!python3 -V
Python 3.10.5
Konfekt commented 1 year ago

Yes, either downgrade the python install or recompile (/ look for a build of) Vim with a more current Python version.