Freecad OL <freecadol(a)gmail.com> writes:
> Hi Andreas,
>
> I try to install MeshPy 2018.2 under Ubuntu 18.04 as required by an another
> application.
> I think I have followed the steps from README file but i have an error as
> you can see in attachment.
> Do you have an advice, to solve this error that seem from wrap_trangle.cpp
> file?
The command
pip install pybind11
should fix your problem. The recent commit:
https://github.com/inducer/meshpy/commit/42586f7301b3cd8b997375304e17432759…
adds code to catch this problem with a more intelligible error message.
Andreas