mblondel / soft-dtw

Python implementation of soft-DTW.
BSD 2-Clause "Simplified" License
550 stars 98 forks source link

ImportError: No module named numpy.distutils.core #11

Closed liuyou6046 closed 6 years ago

liuyou6046 commented 6 years ago

Traceback (most recent call last): File "setup.py", line 5, in from numpy.distutils.core import setup ImportError: No module named numpy.distutils.core

When I follow your step, but why I have the Error?

v-nhandt21 commented 3 years ago

Traceback (most recent call last): File "setup.py", line 5, in from numpy.distutils.core import setup ImportError: No module named numpy.distutils.core

When I follow your step, but why I have the Error?

I fail in same issue, do you remember how to solve this?