Shows error on cmake installation, OSMesa

Hey friends,
I’ve met some error issue about open3D installation.
c++ building step

[figure/scrrenshot]:
the error shows below,

[main question]:
how can i fixed problems when “OSMesa” issue occurs in cmake installation?

[note]:
thank you.
thanks to the team.

//above suggest format

Did you set the --recursive flag when you clone the library? It should have downloaded the dependencies automatically.

i have same issue i have set --recursive flag while cloning

– ENABLE_JUPYTER is set to OFF
– Using Python version: 3.6
– Using Python version major: 3
– Performing Test HAS_FLTO
– Performing Test HAS_FLTO - Success
– LTO enabled
– PYPI_PACKAGE_NAME: open3d
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
OPENGL_gl_LIBRARY (ADVANCED)
linked by target “Open3D” in directory /home/jeet/Open3D/src/Open3D

– Configuring incomplete, errors occurred!
See also “/home/jeet/Open3D/build/CMakeFiles/CMakeOutput.log”.
See also “/home/jeet/Open3D/build/CMakeFiles/CMakeError.log”.

doesn’t know what was missing but i used
sudo apt-get install \

git \
cmake \
build-essential \
libboost-program-options-dev \
libboost-filesystem-dev \
libboost-graph-dev \
libboost-regex-dev \
libboost-system-dev \
libboost-test-dev \
libeigen3-dev \
libsuitesparse-dev \
libfreeimage-dev \
libgoogle-glog-dev \
libgflags-dev \
libglew-dev \
qtbase5-dev \
libqt5opengl5-dev \
libcgal-dev

sudo apt-get install libcgal-qt5-dev

i get this setup from some another repo and installed all and now build is successfull

after running make

[ 1%] Built target tinyfiledialogs
[ 2%] Built target EncodeShader
[ 3%] Built target jsoncpp
[ 3%] Built target glew
[ 4%] Built target Python
[ 8%] Built target qhullstatic_r
[ 11%] Built target ext_turbojpeg
[ 17%] Built target qhullcpp
[ 22%] Built target glfw
[ 23%] Built target tinyobjloader
[ 28%] Built target zlib
[ 28%] Built target ShaderFileTarget
Custom target build_all_3rd_party_libs reached.
[ 33%] Built target png
[ 33%] Built target build_all_3rd_party_libs
[ 33%] Built target Camera
[ 35%] Built target ColorMap
[ 35%] Built target Integration
[ 39%] Built target Registration
[ 39%] Built target Odometry
[ 41%] Built target Utility
[ 50%] Built target IO
[ 59%] Built target Geometry
[ 69%] Built target Visualization
[ 70%] Built target Open3D
[ 72%] Built target ConvertPointCloud
[ 71%] Built target MergeMesh
[ 74%] Built target ManuallyAlignPointCloud
[ 75%] Built target ProgramOptions
[ 75%] Built target ViewGeometry
[ 75%] Built target PoseGraph
[ 76%] Built target PointCloud
[ 76%] Built target DepthCapture
[ 77%] Built target FileDialog
[ 78%] Built target Visualizer
[ 79%] Built target IntegrateRGBD
[ 79%] Built target ColorMapOptimization
[ 80%] Built target Flann
[ 80%] Built target RGBDOdometry
[ 80%] Built target OdometryRGBD
[ 81%] Built target PCDFileFormat
[ 82%] Built target ViewDistances
[ 81%] Built target ManuallyCropGeometry
[ 83%] Built target LineSet
[ 84%] Built target TrimMeshBasedOnPointCloud
[ 85%] Built target Image
[ 85%] Built target EvaluatePCDMatch
[ 86%] Built target CameraPoseTrajectory
[ 86%] Built target Log
[ 86%] Built target OpenMP
[ 87%] Built target EvaluateFeatureMatch
[ 88%] Built target GLInfo
[ 88%] Built target Voxelization
[ 89%] Built target ViewPCDMatch
[ 89%] Built target FileSystem
[ 90%] Built target RegistrationRANSAC
[ 90%] Built target TriangleMesh
[100%] Built target open3d

i got this but while trying to
import open3d
it shows no module found

can someone please help i don’t know how to build repo using cmake

@germanros

while buildind does i have give path like

enviorment/bin/python3 ?

while i run make install
– Install configuration: “Release”
– Installing: /usr/local/include/Open3D/3rdparty/Eigen
CMake Error at 3rdparty/cmake_install.cmake:49 (file):
file INSTALL cannot make directory
“/usr/local/include/Open3D/3rdparty/Eigen”: No such file or directory
Call Stack (most recent call first):
cmake_install.cmake:42 (include)

Makefile:85: recipe for target ‘install’ failed
make: *** [install] Error 1

EDIT : solved issue instead of using make install used make install-pip-package