build from source error,help
Created by: yixuanrobot
my os is ubuntu 16.04, i have installed cuda8.0,swig and cudnn5,when i make the code ,i get the error
yixuan@yixuan-All-Series:~/code/baidu/paddle/build$ cmake .. -DWITH_GPU=ON -DWITH_DOC=OFF -DWITH_SWIG_PY=ON -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found suitable version "2.7.12", minimum required is "2.7") -- Found PythonInterp: /usr/bin/python2.7 (found suitable version "2.7.12", minimum required is "2.7") -- Find CPU supports -mavx2 -mavx. -- 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. -- Could NOT find GTest (missing: GTEST_LIBRARY GTEST_MAIN_LIBRARY) -- Could NOT find Sphinx (missing: SPHINX_EXECUTABLE) -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Current cuDNN header is /usr/local/cuda/include/cudnn.h. Current cuDNN version is v5. -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found suitable version "2.7.12", minimum required is "2.6") -- Found PythonInterp: /usr/bin/python2.7 (found version "2.7.12") -- 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/yixuan/code/baidu/paddle/build/CMakeFiles/CMakeOutput.log". See also "/home/yixuan/code/baidu/paddle/build/CMakeFiles/CMakeError.log".
"python module pip is not found", what does it mean, i have already installed pip.