问题:YouCompleteMe unavailable: requires Vim compiled with Python 2.x support

解决:重新编译,加入--enable-pythoninterp=yes参数。如果想开启Python3支持,则--enable-python3interp=yes

./configure --with-features=huge --enable-pythoninterp=yes --enable-cscope --enable-fontset --with-python-config-dir=/usr/lib64/python3.6/config-3.6m-x86_64-linux-gnu --enable-pythoninterp=yes --enable-python3interp=yes
make
make install

 

相关文章:

  • 2021-10-03
  • 2021-11-13
  • 2022-03-08
  • 2022-12-23
  • 2021-08-21
  • 2021-09-20
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-29
  • 2022-12-23
  • 2021-07-15
  • 2021-10-17
相关资源
相似解决方案