ImageMarkup / isic-archive

International Skin Imaging Collaboration: Melanoma Project
https://isic-archive.com/
Apache License 2.0
49 stars 10 forks source link

large_image plugin fails to load #88

Closed alex-r-bigelow closed 8 years ago

alex-r-bigelow commented 8 years ago

Every time I restart girder, I get this error:

ERROR: Failed to load plugin "large_image":
OSError: libopenslide.so.0: cannot open shared object file: No such file or directory

I was able to fix it by doing this:

vagrant ssh
sudo apt-get install openslide-tools

... but I'm not too familiar with ansible, so I'm not sure of the best way to fix this permanently.

dgutman commented 8 years ago

libopenslide is always a bit of a pain.... we are still working on our ansible scripts so it's likely the openslide bindings with python didn't work properly...

On Mon, Aug 15, 2016 at 10:00 AM, Alex Bigelow notifications@github.com wrote:

Every time I restart girder, I get this error:

ERROR: Failed to load plugin "large_image": OSError: libopenslide.so.0: cannot open shared object file: No such file or directory

I was able to fix it by doing this:

vagrant ssh sudo apt-get install openslide-tools

... but I'm not too familiar with ansible, so I'm not sure of the best way to fix this permanently.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ImageMarkup/isic-archive/issues/88, or mute the thread https://github.com/notifications/unsubscribe-auth/AArhznuOxX10aBiq-f4IzJiYVld6gplcks5qgHDhgaJpZM4JkZzF .

David A Gutman, M.D. Ph.D. Assistant Professor of Neurology, Psychiatry, and Biomedical Informatics Emory University School of Medicine

brianhelba commented 8 years ago

This isn't a problem with openslide, but rather we were provisioning large_image from it's master branch, which the isic_archive plugin doesn't fully support yet.