fastspar icon indicating copy to clipboard operation
fastspar copied to clipboard

Error generating 1000 bootstrap counts

Open SamQu25 opened this issue 1 year ago • 1 comments

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

SamQu25 avatar May 25 '23 06:05 SamQu25

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

ajverster avatar Jul 07 '23 11:07 ajverster