slaypni / fastdtw

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

Try to cythonize when Cython is installed #8

Closed slaypni closed 7 years ago

slaypni commented 7 years ago

Change to use

if available when running

python setup.py install
zhahaoqiang commented 6 years ago

Hello when i run python setup.py install i get a erro or warning building 'fastdtw._fastdtw' extension setup.py:81: UserWarning: compilation failed. Installing pure python package warnings.warn(reason+'compilation failed. Installing pure python package') how can i fix it. thanks a lot

slaypni commented 6 years ago

@zhahaoqiang Cloud you paste the entire error message? Please also take a look at https://github.com/slaypni/fastdtw/issues/13