libigl-python-bindings icon indicating copy to clipboard operation
libigl-python-bindings copied to clipboard

Build step for pybind11 failed

Open eliemichel opened this issue 4 years ago • 1 comments

Hello,

I tried installing this module from source using the following:

git clone https://github.com/libigl/libigl-python-bindings
cd libigl-python-bindings
git checkout 2.2.1  # also tried master
python setup.py install

But compilation fails. The core error seems to be "Build step for pybind11 failed: 1", full log: libigl-python-binding.log.

(Windows 10, Python 3.8.3)

eliemichel avatar Nov 28 '20 10:11 eliemichel

Strange, this is something inside numpyeigen. Also strange the it builds on the CI (maybe something on pybind11 changed in the last 3 days?) @fwilliams can we update to the latest version of pybind11 (I see that you forked the repo)?

I checked the code, and it all looks ok, any other idea?

teseoch avatar Nov 30 '20 14:11 teseoch

closing this old issue. The build has changed since. Reopen if still an issue.

alecjacobson avatar Feb 06 '23 00:02 alecjacobson