在 vim 8.2 中无法 link python3

unable link pyhton3 in gvim 8.2

我无法在 vim 上安装 YouAutoComplete,因为他无法 link 到 python。我已经安装了 python3.8 和 3.7 32 位,但它没有改变任何东西(我在 windows 上 运行)。我更改了 pythonthreedll 和 pythonthreehome 变量但没有任何结果。

我以前遇到过同样的问题。我下载 python-3.8.6-amd 64 位和 gvim_8.2 64 位。也许你用这个测试它。我从这个页面下载了 gvim:https://github.com/vim/vim-win32-installer/releases GVim 必须有 python 3 支持。您可以在 Vim 中使用 :py3 pass

进行测试