libigl / libigl-python-bindings

libigl python bindings
https://libigl.github.io/libigl-python-bindings/
GNU General Public License v3.0
315 stars 62 forks source link

AttributeError: module 'igl' has no attribute 'harmonic_weights' #233

Open ForrestPi opened 1 month ago

ForrestPi commented 1 month ago

pip install libigl==2.5.1

AttributeError: module 'igl' has no attribute 'harmonic_weights'

YutongWangCatherine commented 2 weeks ago

try python -m pip install libigl==2.4.1, it works for me