Fault
1CMake Error at CMakeLists.txt:7 (find_package):2 By not providing "Findpybind11.cmake" in CMAKE_MODULE_PATH this project has3 asked CMake to find a package configuration file provided by "pybind11",4 but CMake did not find one.5
6 Could not find a package configuration file provided by "pybind11" with any7 of the following names:8
9 pybind11Config.cmake10 pybind11-config.cmake11
12 Add the installation prefix of "pybind11" to CMAKE_PREFIX_PATH or set13 "pybind11_DIR" to a directory containing one of the above files. If14 "pybind11" provides a separate development package or SDK, be sure it has15 been installed.
Sol
激活一个有 pybind 的 conda 环境。
例如
1conda activate cloth-funnels