peteanderson80/Matterport3DSimulator

build/tests issue

ShaoYULi12 opened this issue · 2 comments

hi~
I found that when i run ./build/tests ~Timing,the error information is
“MatterSim: Could not open skybox RGB files at: ./data/v1/scans//17DRP5sb8fy/
matterport_skybox_images/85c23efeaecd4d43a7dcd5b90137179e_skybox_small.jpg
test cases: 5 | 4 passed | 1 failed
assertions: 119188 | 119187 passed | 1 failed”.
So i download this dataset “17DRP5sb8fy”, and i try again. When i run "cmake -DEGL_RENDERING=ON ..", a new problem appears that
"[ 90%] Building CXX object CMakeFiles/MatterSimPython.dir/src/lib_python/MatterSimPython.cpp.o
In file included from /home/share/lishaoyu/Matterport3D/Matterport3DSimulator/pybind11/include/pybind11/pytypes.h:12:0,
from /home/share/lishaoyu/Matterport3D/Matterport3DSimulator/pybind11/include/pybind11/cast.h:13,
from /home/share/lishaoyu/Matterport3D/Matterport3DSimulator/pybind11/include/pybind11/attr.h:13,
from /home/share/lishaoyu/Matterport3D/Matterport3DSimulator/pybind11/include/pybind11/pybind11.h:43,
from /home/share/lishaoyu/Matterport3D/Matterport3DSimulator/src/lib_python/MatterSimPython.cpp:1:
/home/share/lishaoyu/Matterport3D/Matterport3DSimulator/pybind11/include/pybind11/detail/common.h:111:10: fatal error: Python.h: No such file or directory
#include <Python.h>
^~~~~~~~~~
compilation terminated.
CMakeFiles/MatterSimPython.dir/build.make:62: recipe for target 'CMakeFiles/MatterSimPython.dir/src/lib_python/MatterSimPython.cpp.o' failed
make[2]: *** [CMakeFiles/MatterSimPython.dir/src/lib_python/MatterSimPython.cpp.o] Error 1
CMakeFiles/Makefile2:183: recipe for target 'CMakeFiles/MatterSimPython.dir/all' failed
make[1]: *** [CMakeFiles/MatterSimPython.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2"
thanks for your help!