imi-bigpicture / wsidicom

Python package for reading DICOM WSI file sets.
Apache License 2.0
33 stars 5 forks source link

Not working with pydicom 3.0 #165

Open erikogabrielsson opened 3 weeks ago

erikogabrielsson commented 3 weeks ago

There are a lot of changes in pydicom 3.0 that breaks the current version of wsidicom.

DanielaSchacherer commented 3 weeks ago

Probably related: when I try to import WsiDicom from wsidicom, I receive the following error.

image

fedorov commented 3 weeks ago

@erikogabrielsson would it make sense to freeze pydicom version to a latest pre-3.0 version that is known to work until this issue is resolved?

erikogabrielsson commented 3 weeks ago

@DanielaSchacherer yes, it is the same problem. See this branch for a fix.

erikogabrielsson commented 3 weeks ago

@fedorov That is likely a good idea, even if the fix is not that big. See this branch.