vim: me has completado incapaz de encontrar una biblioteca de Python adecuada
He seguido las instrucciones desde aquí.https://github.com/Valloric/YouCompleteMe y he instalado ambos:
Cmakesudo apt-get install build-essential cmake
y encabezados de Pythonsudo apt-get install python-dev python3-dev
Entonces yocd ~/.vim/bundle/YouCompleteMe
y corrió:./install.py --clang-completer
Tengo:
Searching Python 2.7 libraries... ERROR: unable to find an appropriate Python library.
Entonces intentépython3 install.py --clang-completer
pero aun así tengo:
Searching Python 3.4 libraries... ERROR: unable to find an appropriate Python library.
¿Alguien tiene una idea de lo que está pasando? Gracias