slaypni / fastdtw

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

numpy path is needed for building with/without cython, so add it. #12

Closed realead closed 7 years ago

realead commented 7 years ago

I guess the compilation as it is fails now on a lot machines because of the missing numpy-path.

However, pip seems to be ignoring warnings from setup.py so almost nobody is aware, that he/she is using the slow pure version.

This patch is not much different as the one from monpare, so please pick one of them.

slaypni commented 7 years ago

@realead Thank you for the PR! It now seems installing cythonized fastdtw properly.