-
-
Notifications
You must be signed in to change notification settings - Fork 7
Description
I ran this project, but I got the following error and tried to install OpenSlide, but apparently this package does not install properly
Given this error, where is the problem with installing an open slide?
Thank you for your help
File "D:\python\DigitalHistoPath-master\code_cm17\trainer\trainer.py", line 24, in
from dataloader.training_data_loader import DataGeneratorCoordFly
File "D:\python\DigitalHistoPath-master\code_cm17\trainer/..\dataloader\training_data_loader.py", line 14, in
import openslide
File "C:\Users\micro_lab\anaconda3\envs\tf\lib\site-packages\openslide_init_.py", line 35, in
from openslide import lowlevel
File "C:\Users\micro_lab\anaconda3\envs\tf\lib\site-packages\openslide\lowlevel.py", line 43, in
_lib = cdll.LoadLibrary('libopenslide-0.dll')
File "C:\Users\micro_lab\anaconda3\envs\tf\lib\ctypes_init_.py", line 434, in LoadLibrary
return self._dlltype(name)
File "C:\Users\micro_lab\anaconda3\envs\tf\lib\ctypes_init.py", line 356, in _init
self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] The specified module could not be found