Ro0tk1t / vimplus

:rocket:An automatic configuration program for vim
https://github.com/Ro0tk1t/vimplus
MIT License
21 stars 1 forks source link

执行./install.sh报错,尝试安装python3.8dev,yum找不到该包 #3

Open wxd6662019 opened 1 month ago

wxd6662019 commented 1 month ago

结论:vimplus里面的youcompleteme插件多数情况下都无法正常使用,建议安装后删除该插件另寻他法

ERROR: Python headers are missing in /usr/include/python3.8. ########################################## Build error, trying rebuild without Clang. ########################################## Searching Python 3.8 libraries...

ERROR: Python headers are missing in /usr/include/python3.8. YouCompleteMe unavailable: requires Vim compiled with Python (3.8.0+) support. LeaderF requires Vim compiled with python and/or a compatible python version. Press ENTER or type command to continue

Ro0tk1t commented 1 month ago

看着像是系统自带的vim没有开启--enable-python3interp选项。 可以使用 :echo has("python3")检测,或者看vim --version里面有没有python选项。 如果没有开启,可以用bash ./install.sh new-vim 来本地编译安装