astrorama / SourceXtractorPlusPlus

SourceXtractor++, the next generation SExtractor
https://astrorama.github.io/SourceXtractorPlusPlus/
GNU Lesser General Public License v3.0
72 stars 9 forks source link

Failing installation version 0.18 #501

Closed andalenavals closed 1 year ago

andalenavals commented 1 year ago

Hello,

I just did this sugesstion for the installation of sourcextractorpp

conda create -n sourcex -c astrorama -c conda-forge sourcextractor conda activate sourcex

However after installation when I try to run the binary I get error while loading shared libraries: libonnxruntime.so.1.12.0: cannot open shared object file: No such file or directory

any ideas?

ayllon commented 1 year ago

Hello,

sourcextractor 0.18-3 fixes this. There was yet another release of onnxruntime. This time I have pinned the dependency, so it should not break again even if there is a newer onnxruntime-cpp.

andalenavals commented 1 year ago

Well, I just tried to install the develop version, and I got the same error libonnxruntime.so.1.11.1: cannot open shared object file

ayllon commented 1 year ago

Well, I just tried to install the develop version, and I got the same error libonnxruntime.so.1.11.1: cannot open shared object file

Sorry, since there were no changes on sourcextractor itself, the build number didn't get bumped, and the artifacts were not updated in anaconda.org. I have removed and re-generated them. You may need to purge your local cache (conda clean --all)