0

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

編集

エラーメッセージの画像を追加:

ここに画像の説明を入力

4

0 に答える 0