Closed patkalie closed 5 years ago
Hi Kai-Inge, it looks like the error is coming from openslide. I would debug this separately, and make sure that from a Python shell you are able to do import openslide
without error. As you can see in the Python openslide binding, you must first install OpenSlide, not just a pip install openslide
.
Hi ysbecca. Thank you very much! Downloading the openslide files did the trick. :-) Kind regards, Kai-Inge
Hi. When I try: "import py_wsi" in a script window in the Python IDE I get the following error "WinError 126 The specified module could not be found". I have installed the other required packages I think. According to the intellisense in the IDE the py_wsi is installed since member objects are displayed. What could be the problem with my installation? Do I have to install openslide in addition to openslide-python? Kind regards Kai-Inge