Install question on ubuntu.
Created by: lilei461536135
$sudo cmake .. -DWITH_GPU=OFF -DWITH_DOC=OFF -- Found PythonLibs: /usr/local/lib/libpython2.7.a (found suitable version "2.7.11", minimum required is "2.7") -- Found PythonInterp: /usr/local/bin/python2.7 (found suitable version "2.7.11", minimum required is "2.7") -- No preference for use of exported gflags CMake configuration set, and no hints for include/library directories provided. Defaulting to preferring an installed/exported gflags CMake configuration if available. -- Failed to find installed gflags CMake configuration, searching for gflags build directories exported with CMake. -- Failed to find an installed/exported CMake configuration for gflags, will perform search for installed gflags components. -- Found PythonLibs: /usr/local/lib/libpython2.7.a (found suitable version "2.7.11", minimum required is "2.6") -- Found PythonInterp: /usr/local/bin/python2.7 (found version "2.7.11") -- Failed to find installed gflags CMake configuration, searching for gflags build directories exported with CMake. -- Failed to find an installed/exported CMake configuration for gflags, will perform search for installed gflags components. -- DROP LINT dataproviders/MultiDataProvider.cpp -- DROP LINT dataproviders/MultiDataProvider.h -- Could NOT find PY_pip (missing: PY_PIP) CMake Error at cmake/FindPythonModule.cmake:27 (message): python module pip is not found Call Stack (most recent call first): python/CMakeLists.txt:29 (find_python_module)
-- Configuring incomplete, errors occurred! See also "/home/larry/workspace/paddle/build/CMakeFiles/CMakeOutput.log". See also "/home/larry/workspace/paddle/build/CMakeFiles/CMakeError.log".
I come with the issue above. And try for long, still can't fix it. Please help!