Installation error
clang: error: no such file or directory: 'pymeshfix/cython/_meshfix.cpp'
Looks like it failed to cythonize in Mac. I’ll look into this.
Is this still an issue?
Works, thank you!
I do obtain the same problem on Fedora 32 when building from source.
cython needs to be installed. I'm reopening this to remind myself to check for cython when not installing from the wheel.
Thanks @akaszynski !
Fixed in pymeshfix==0.14.2
FYI, I got the same issue on macOS. Had to manually pip install cython to fix it.