Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to cythonize when Cython is installed #8

Merged
merged 2 commits into from
Nov 19, 2016
Merged

Try to cythonize when Cython is installed #8

merged 2 commits into from
Nov 19, 2016

Conversation

slaypni
Copy link
Owner

@slaypni slaypni commented Nov 12, 2016

Change to use

  • Cython to compile .pyx
  • GCC to compile .cpp
  • Pure Python

if available when running

python setup.py install

@slaypni slaypni merged commit 1c34750 into master Nov 19, 2016
@zhahaoqiang
Copy link

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
Copy link
Owner Author

slaypni commented Mar 2, 2018

@zhahaoqiang Cloud you paste the entire error message? Please also take a look at #13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants