Problem using functions from ScenTrees Package

I am trying to run the same code as in the official github repo for the ScenTrees package (GitHub - aloispichler/ScenTrees.jl: Julia Package for Generating Scenario Trees and Scenario Lattices for Multistage Stochastic Optimization). This code is the following:
using ScenTrees
gstree = tree_approximation(Tree([1,2,2,2],1),gaussian_path1D,100000,2,2);
tree_plot(gstree)

I have added the ScenTrees package to my environment, but it seems like the functions defined in the package is not accessible. I get the following error:
image

I am new to Julia, so any guidance here would be much appreciated:)

Perhaps try with a !?

image

Tried it, didnt work unfortunately…

Yes the package looks to be in need of some updates. For me the code crashes Julia instantly with:

Intel MKL FATAL ERROR: Cannot load libmkl_intel_thread.1.dylib.

Perhaps contact the author via a Github issue?