slaypni / fastdtw

A Python implementation of FastDTW
MIT License
777 stars 121 forks source link

Fix setup.py numpy header missing #10

Closed monpare closed 7 years ago

monpare commented 7 years ago

Include numpy header path when trying to cythonize to avoid path missing error "fastdtw/_fastdtw.cpp:465:28: fatal error: numpy/npy_math.h: No such file or directory".

slaypni commented 7 years ago

Thanks for the PR. I think this problem is solved thanks to #12.