computationalpathologygroup / ASAP

Program for the analysis and visualization of whole-slide images in digital pathology
https://computationalpathologygroup.github.io/ASAP/
GNU General Public License v2.0
613 stars 164 forks source link

[CentOS][RedHat][Anaconda] Installing via conversion of precompiled .deb file fails #252

Open prerakmody opened 1 year ago

prerakmody commented 1 year ago

Hi, I have a CentOS (RedHat) system in our academic environment, and hence I tried converting the precompiled .deb binary to a .rpm. But unfortunately it does not work. After following these steps, I get the error

ImportError: libijg8.so.14: cannot open shared object file: No such file or directory

Thoughts

GeertLitjens commented 1 year ago

My guess would be that you are missing the DCMTK package.

Op za 26 nov. 2022 om 12:38 schreef pmod @.***>:

Hi, I have a CentOS (RedHat) system in our academic environment, and hence I tried converting the precompiled .deb binary to a .rpm. But unfortunately it does not work. After following these steps https://gist.github.com/prerakmody/d80ec865c0ffbb156a7c2bdcd2a9bb5c, I get the error

ImportError: libijg8.so.14: cannot open shared object file: No such file or directory

Thoughts

— Reply to this email directly, view it on GitHub https://github.com/computationalpathologygroup/ASAP/issues/252, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJIFUHE5BYWOZCPVF2KH3DWKHZBTANCNFSM6AAAAAASL6S2JU . You are receiving this because you are subscribed to this thread.Message ID: @.***>

prerakmody commented 1 year ago

Hi, Since the conversion from .deb to .rpm was anyways a hacky process, I attempted to install ASAP via the regular build process. I've documented my journey here as a non-root user of a CentOS system installing ASAP (with anaconda python binding to multiresolutionimageinterface).

Is it possible if we can update ASAPs README.md file to better detail the installation process? I did take me quite some time to figure it out, and maybe future users can benefit from detailed steps to reduce barrier of entry (especially for students). I came here through the CAMELYON grand challenge, and I'm assuming many more might follow.

I have also noticed that many comments in the Issues section are quite repetitive, so a detailed README could maybe help? I'm just not sure how actively is this package being developed (or used) with the research labs of the maintainers.