Skip to content
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

Run time error #23

Open
sima-ljv opened this issue Feb 16, 2022 · 0 comments
Open

Run time error #23

sima-ljv opened this issue Feb 16, 2022 · 0 comments

Comments

@sima-ljv
Copy link

sima-ljv commented Feb 16, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant