pyvista / pymeshfix

Python Wrapper for MeshFix: easily repair holes in surface meshes
http://pymeshfix.pyvista.org
GNU General Public License v3.0
279 stars 29 forks source link

Installation error #2

Closed ThomasMarx92 closed 1 week ago

ThomasMarx92 commented 6 years ago

clang: error: no such file or directory: 'pymeshfix/cython/_meshfix.cpp'

akaszynski commented 6 years ago

Looks like it failed to cythonize in Mac. I’ll look into this.

akaszynski commented 5 years ago

Is this still an issue?

ThomasMarx92 commented 5 years ago

Works, thank you!

jjerphan commented 4 years ago

I do obtain the same problem on Fedora 32 when building from source.

akaszynski commented 4 years ago

cython needs to be installed. I'm reopening this to remind myself to check for cython when not installing from the wheel.

jjerphan commented 4 years ago

Thanks @akaszynski !

akaszynski commented 4 years ago

Fixed in pymeshfix==0.14.2

liberostelios commented 3 years ago

FYI, I got the same issue on macOS. Had to manually pip install cython to fix it.