tlambert03 / nd2

Full-featured nd2 (Nikon NIS Elements) file reader for python. Outputs to numpy, dask, and xarray. Exhaustive metadata extraction
https://tlambert03.github.io/nd2
BSD 3-Clause "New" or "Revised" License
53 stars 15 forks source link

liblimfile.so: cannot open shared object file on CentOS #119

Closed joshua-gould closed 1 year ago

joshua-gould commented 1 year ago
nd2.imread('test.nd2')
ImportError: liblimfile.so: cannot open shared object file: No such file or directory
% lsb_release -a
LSB Version:    :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch
Distributor ID: CentOS
Description:    CentOS Linux release 7.9.2009 (Core)
Release:    7.9.2009
Codename:   Core
tlambert03 commented 1 year ago

Hi @joshua-gould, have you tried the conda build? I fixed this problem for Centos a while back #16 ... but i think it might only be the conda builds (i wasn't able to get my pypi wheels building on centos yet). If conda works for you, let me know and I'll add that to the readme.

joshua-gould commented 1 year ago

I've confirmed that it works when installing using conda. Thanks.

tlambert03 commented 1 year ago

Thanks for confirming. I added a note to the readme until I have time to fix the wheel