-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CentOS][RedHat][Anaconda] Installing via conversion of precompiled .deb file fails #252
Comments
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
- I think the file is some JPEG compression util as mentioned here ->
https://ijg.org/
- It is also referenced in the multiresolutionimageinterface code here
<https://github.com/computationalpathologygroup/ASAP/blob/master/multiresolutionimageinterface/VSIImage.cpp#L14>
—
Reply to this email directly, view it on GitHub
<#252>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJIFUHE5BYWOZCPVF2KH3DWKHZBTANCNFSM6AAAAAASL6S2JU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hi, 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. |
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 errorThoughts
The text was updated successfully, but these errors were encountered: