制造业AI客服必看:低成本、高效率、零翻车,收藏这份大模型应用指南!
2026/6/16 1:05:18
https://github.com/pybind/pybind11
git clone https://github.com/pybind/pybind11.git将pybind11移动到extern目录下:
mkdir extern mv ./pybind11/ ./extern/编写CMakeLists.txt:
cmake_minimum_required(VERSION 3.20) project(example) set(PYTHON_EXECUTABLE /home/stzz/miniforge3/envs/pybind11_envs/bin/python) set(PYTHON_INCLU