```
❯ ./install.sh
/tmp/ycm_build.mMJcpr ~/.vim/bundle/YouCompleteMe
-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is Clang 3.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
Your C++ compiler supports C++11, compiling in that mode.
CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
(Required is at least version "2.6")
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-2.8/Modules/FindPythonLibs.cmake:208 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
BoostParts/CMakeLists.txt:30 (find_package)
-- Configuring incomplete, errors occurred!
See also "/tmp/ycm_build.mMJcpr/CMakeFiles/CMakeOutput.log".
```
Googling about the above errors gives me reason to think that CMake can't find architecture-specific Python libs, but I could be completely mistaken.
Has anyone seen this issue before? I tried searching issues both in the YCM github and here in this user group, but I couldn't find anything relevant.