在使用vim 插件 YouCompleteMe 代码补全时执行到:
./install.py --clang-completer
报错
Searching Python 3.6 libraries... ERROR: 
Python headers are missing in /usr/include/python3.6m.
解决办法:
sudo apt-get install python3-dev