asardaes / dtwclust

R Package for Time Series Clustering Along with Optimizations for DTW
https://cran.r-project.org/package=dtwclust
GNU General Public License v3.0
252 stars 29 forks source link

Compilation failed #60

Closed Be4UChoose2Exit closed 1 year ago

Be4UChoose2Exit commented 2 years ago

Hi When I install dtwclust on rweb services, I am getting this error: (sorry for the image because I am not allowed to copy the codes from this environment)

屏幕截图 2022-06-14 103353 屏幕截图 2022-06-14 103447

I am using gcc version of 8.3 and down below is my environment info:

屏幕截图 2022-06-14 103902

Thanks!

asardaes commented 2 years ago

Hello, the error points to RcppThread, so you might have to update that package first?

Be4UChoose2Exit commented 2 years ago

Hello, the error points to RcppThread, so you might have to update that package first?

I just upgraded RcppThread to 2.1.3 which is the latest; however I am still getting the same error.

asardaes commented 2 years ago

I see you already asked in tnagler/RcppThread#65. I also suspect the toolchain in your env is too old, but I'm not sure how to check. What distro do you have?