Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wxd6662019 opened this issue Sep 8, 2024 · 1 comment

Comments

@wxd6662019
Copy link

结论: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
Copy link
Owner

Ro0tk1t commented Sep 13, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants