错误内容
fatal error: pybind11/pybind11.h: No such file or directory
14 | #include <pybind11/pybind11.h>
| ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
error: command ‘/usr/bin/gcc’ failed with exit code 1
[end of output]
解决值:
conda install pybind11
注意 pip install * 没用