hfawaz / bigdata18

Transfer learning for time series classification
http://germain-forestier.info/src/bigdata2018/
GNU General Public License v3.0
379 stars 68 forks source link

Questions about 'distances.dtw.dtw' #11

Open freya-7 opened 2 years ago

freya-7 commented 2 years ago

Hi, I am using your previous solution to run the .sh file, but I get the following error. What can I do to fix it? Thank you for your concern.

$ D:/bigdata18-master/bigdata18-master/utils/build-cython.sh rm: cannot remove '.so': No such file or directory rm: cannot remove 'build': No such file or directory D:/bigdata18-master/bigdata18-master/utils/build-cython.sh: line 13: cd: ../shapeDTWefficient: No such file or directory rm: cannot remove 'shapeDTWefficient.c': No such file or directory rm: cannot remove '.so': No such file or directory rm: cannot remove 'build': No such file or directory rm: cannot remove 'pycache': No such file or directory

fengxy369 commented 1 year ago

Hi, I am using your previous solution to run the .sh file, but I get the following error. What can I do to fix it? Thank you for your concern.

$ D:/bigdata18-master/bigdata18-master/utils/build-cython.sh

rm: cannot remove '.so': No such file or directory rm: cannot remove 'build': No such file or directory D:/bigdata18-master/bigdata18-master/utils/build-cython.sh: line 13: cd: ../shapeDTWefficient: No such file or directory rm: cannot remove 'shapeDTWefficient.c': No such file or directory rm: cannot remove '.so': No such file or directory rm: cannot remove 'build': No such file or directory rm: cannot remove 'pycache': No such file or directory

Hello, I have the same problem as you. Have you solved it