lsw9021 / MASS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pybind11 embed.h issue

alexxlzhou opened this issue · comments

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

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

pip install "pybind11[global]"