installing openslide

jeremy adler jeremyeadler at gmail.com
Mon May 9 18:04:22 EDT 2016


Hi I just installed anaconda with python 3.5.1 and i want to install
openslide. I tried

pip install -i https://pypi.anaconda.org/pypi/simple openslide-python

The package come up when I list modules but when I try to import I get

import openslide
Traceback (most recent call last):

  File "<ipython-input-2-614fed67950b>", line 1, in <module>
    import openslide

  File
"/Users/pmp/anaconda/lib/python3.5/site-packages/openslide/__init__.py",
line 29, in <module>
    from openslide import lowlevel

  File
"/Users/pmp/anaconda/lib/python3.5/site-packages/openslide/lowlevel.py",
line 50, in <module>
    raise ImportError("Couldn't locate OpenSlide library")

ImportError: Couldn't locate OpenSlide library


Thanks for your help in advance!

Jeremy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.andrew.cmu.edu/pipermail/openslide-users/attachments/20160509/f4ede646/attachment.html>


More information about the openslide-users mailing list