为什么YouCompleteMe vim插件显示函数youcompleteme#启用.. <snr>启动vim时出现114_SetUpPython错误?</snr>

时间:2015-03-27 04:01:14

标签: python ubuntu vim plugins vundle

我使用的是Ubuntu 14.04。我按照本指南安装YouCompleteMe vim插件:

  

http://valloric.github.io/YouCompleteMe/#ubuntu-linux-x64-super-quick-installation

我做了什么:

sudo apt-get install build-essential cmake
sudo apt-get install python-dev

并将其添加到我的〜/ .vimrc文件中以运行vundle install:

Plugin 'Valloric/YouCompleteMe'

然后运行它:

cd ~/.vim/bundle/YouCompleteMe
./install.sh --clang-completer

但是当我启动一个vim窗口时,它显示了我:

function youcompleteme#Enable..<SNR>114_SetUpPython has error:
line: 26:

我的python版本是:

python -V
Python 2.7.6

修改

添加错误消息图片:

enter image description here

0 个答案:

没有答案