8000 Make cython does not work · Issue #6413 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

Make cython does not work #6413

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

Closed
ssaeger opened this issue Feb 21, 2016 · 1 comment
Closed

Make cython does not work #6413

ssaeger opened this issue Feb 21, 2016 · 1 comment

Comments

@ssaeger
Copy link
ssaeger commented Feb 21, 2016

make cython does not work
Following error occurs:

make cython 
python sklearn/_build_utils/cythonize.py sklearn
python: can't open file 'sklearn/_build_utils/cythonize.py': [Errno 2] No such file or directory
make: *** [cython] Error 2

It seems that the cythonize.py script was moved to another directory.
I will provide a makefile with the fixed path in a moment.

@nelson-liu
Copy link
Contributor

Ah oops, I moved cythonize.py in #6396 and didn't think to change this. Thanks!

TomDLT added a commit that referenced this issue Feb 22, 2016
Fixes the 'make cython' by adjusting the path to cythonize.py #6413
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

No branches or pull requests

2 participants
0