pollen-robotics / dtw

DTW (Dynamic Time Warping) python module
GNU General Public License v3.0
1.16k stars 233 forks source link

ImportError: cannot import name dtw #6

Closed kaygudo closed 7 years ago

kaygudo commented 8 years ago

Hello, I am getting an error while importing "from dtw import dtw" which says: "ImportError: cannot import name dtw", it would be kind if you can provide any suggestion to solve it.

pierre-rouanet commented 8 years ago

Hi,

You'll have to give more info. This should work.

How did you install the package? How do you try to import, etc...

mynameisvinn commented 7 years ago

try python -m pip install dtw, that worked for me

pierre-rouanet commented 7 years ago

Fixed in https://github.com/pierre-rouanet/dtw/commit/fd625b23f63fe8da56354478404b2a8627e63c0b.