lsw9021 / MASS

Apache License 2.0
574 stars 106 forks source link

pybind11 embed.h issue #30

Closed alexxlzhou closed 2 years ago

alexxlzhou commented 2 years ago

Hi, I am using Ubuntu 18 and the default pybind11 installation does not have embed.h (https://packages.ubuntu.com/bionic/all/pybind11-dev/filelist) which caused compilation issues. Any suggestions or quick solutions? Thank you!

Alex

alexxlzhou commented 2 years ago

Ok, it seems installing pybind11 within the virtualenv with the global option fixed the problem.

pip install "pybind11[global]"