You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the wsi.py file and set_backend function, we should test if openslide is available before setting the backend. if it is not available, we should fail loudly and tell the user to install openslide-python if they want to use openslide backend. it is possible that the user has already installed openslide-python but it cannot be imported because it cannot find libopenslide (the compiled library). we should add a debug log message if openslide-python is installed but libopenslide cannot be installed
The text was updated successfully, but these errors were encountered:
running a fresh install of wsinfer and attempting to use openslide backend raises an error.
here is the error traceback:
in the
wsi.py
file andset_backend
function, we should test if openslide is available before setting the backend. if it is not available, we should fail loudly and tell the user to install openslide-python if they want to use openslide backend. it is possible that the user has already installed openslide-python but it cannot be imported because it cannot find libopenslide (the compiled library). we should add a debug log message if openslide-python is installed but libopenslide cannot be installedThe text was updated successfully, but these errors were encountered: