You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
make cython
does not workFollowing error occurs:
It seems that the
cythonize.py
script was moved to another directory.I will provide a makefile with the fixed path in a moment.
The text was updated successfully, but these errors were encountered: