Open thomasd3 opened 2 months ago
I just stumbled over the same issue.
Are you running Apple Silicon (arm64)? If so, the time series SSA model is only supported on Intel x64, due to a dependency on the Intel SDK. Check out https://github.com/dotnet/machinelearning/blob/main/docs/project-docs/platform-limitations.md
I am on Intel x64.
I am using the CLI tool, on MacOS.
My command line is:
I went to: https://learn.microsoft.com/en-us/dotnet/machine-learning/how-to-guides/install-extra-dependencies
and installed the dependency with:
libomp is installed, I've also installed the MKL lib from Intel just in case, but I keep getting a crash:
What am I missing?