fastspar
fastspar copied to clipboard
Error generating 1000 bootstrap counts
Hello,
I encountered an error while creating the bootstrap counts:
fastspar_bootstrap: error while loading shared libraries: libmkl_rt.so.2: cannot open shared object file: No such file or directory
I installed the package using conda, so all dependencies should be installed. Maybe I am missing something obvious here.
Best
Samuel
I was just dealing with this same issue this morning. Assuming you installed it via conda, installing mkl fixed the issue for me:
conda install -c anaconda mkl