<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div> I have had great difficulty installing and using Openslide. In order to install:<br></div><div>1) pip install openslide-python</div><div>2) I downloaded the binaries for python from <a href="https://openslide.org" target="_blank">https://openslide.org</a></div><div>3) pip install openslides</div><div>4) I downloaded the binaries for openSlide, because python is just the wrapper?</div><div><br></div><div>Over the course of this process, I have been encountering the same issue:</div><div><br></div><div><p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">Traceback (most recent call last):</span></p><p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">  File "tiling_filtering.py", line 2, in <module></span></p><p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">    import openslide</span></p><p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">  File "/Users/mae4004/Library/Python/2.7/lib/python/site-packages/openslide/__init__.py", line 29, in <module></span></p><p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">    from openslide import lowlevel</span></p><p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">  File "/Users/mae4004/Library/Python/2.7/lib/python/site-packages/openslide/lowlevel.py", line 55, in <module></span></p><p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">    "Is OpenSlide installed?")</span></p><p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">ImportError: Couldn't locate OpenSlide dylib.  Is OpenSlide installed?</span></p></div><div><span style="font-variant-ligatures:no-common-ligatures"><br></span></div><div>I did some research, and it says the issue is that OpenSlide is not my dylib search path. I have no idea how to add it. Im using a Mac OS Mojave V 10.14.2. Any suggestions? </div><div><br></div><div>I have tried installing by creating a Conda environment as well and I have met with the same error. Any help would be much appreciated. </div><div><br></div><div><br></div><div>Thanks!</div></div></div></div></div>