Hello,
I am trying to replicate the first steps of the tutorial but I run into an error really early on.
I installed pathml following the directives, launch Spyder on the pathml environment and set up openslide. Subsequently I:
from pathml.core import HESlide, CODEXSlide, VectraSlide, SlideData, types
wsi = HESlide("AG_1.svs")
And get the following error:
Traceback (most recent call last):
Cell In[7], line 1
wsi = HESlide("AG_1.svs")
File D:\Files\Pycharm\Test\pathml\lib\site-packages\pathml\core\slide_data.py:512 in __init__
super().__init__(*args, **kwargs)
File D:\Files\Pycharm\Test\pathml\lib\site-packages\pathml\core\slide_data.py:201 in __init__
self.h5manager = pathml.core.h5managers.h5pathManager(slidedata=self)
AttributeError: module 'pathml.core' has no attribute 'h5managers'
This prevents me from opening the slide.
Do you know what could be going wrong?
Thank you for your help,
Thomas
Hello,
I am trying to replicate the first steps of the tutorial but I run into an error really early on.
I installed pathml following the directives, launch Spyder on the pathml environment and set up openslide. Subsequently I:
And get the following error:
This prevents me from opening the slide.
Do you know what could be going wrong?
Thank you for your help,
Thomas