-
Notifications
You must be signed in to change notification settings - Fork 185
Closed
Labels
Description
I have tried to install in opensLide in collab so I got the below error.....can anyone help me with this....
OSError Traceback (most recent call last)
in ()
----> 1 import openslide
3 frames
/usr/lib/python3.6/ctypes/init.py in init(self, name, mode, handle, use_errno, use_last_error)
346
347 if handle is None:
--> 348 self._handle = _dlopen(self._name, mode)
349 else:
350 self._handle = handle
OSError: libopenslide.so.0: cannot open shared object file: No such file or directory
cpoptic