Skip to content

AttributeError pathml.core #402

@tdenize

Description

@tdenize

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions