CHH3213 / chhRobotics_CPP

自动驾驶规划控制常用算法c++代码实现
753 stars 237 forks source link

fatal error: Python.h: No such file or directory #13

Open LiuL0ngl0ng opened 3 months ago

LiuL0ngl0ng commented 3 months ago

PathPlanning/Bezier/../../matplotlibcpp.h:5:10: fatal error: Python.h: No such file or directory 5 | #include

LiuL0ngl0ng commented 3 months ago

add the following commands to the CmakeLists.txt: find_package(PythonLibs REQUIRED) include_directories(${PYTHON_INCLUDE_DIRS})