vim - Você não conseguiu encontrar uma biblioteca Python apropriada

Eu segui as instruções daquihttps://github.com/Valloric/YouCompleteMe e instalou os dois:

Cmakesudo apt-get install build-essential cmake

e cabeçalhos Pythonsudo apt-get install python-dev python3-dev

Então eucd ~/.vim/bundle/YouCompleteMe e correu:./install.py --clang-completer Eu tenho:

Searching Python 2.7 libraries... ERROR: unable to find an appropriate Python library.

Então eu tenteipython3 install.py --clang-completer mas ainda tenho:

Searching Python 3.4 libraries... ERROR: unable to find an appropriate Python library.

Alguém tem uma idéia do que está acontecendo? obrigado

questionAnswers(3)

yourAnswerToTheQuestion