inikishev

Results 51 comments of inikishev
trafficstars

same issue pls fix

> I'm getting this error when I try to import from madmom: > > ``` > Exception has occurred: ImportError > cannot import name 'MutableSequence' from 'collections' (/Users/machine/miniforge3/envs/22env/lib/python3.10/collections/__init__.py) > from...

same issue, it won't stop, and raising errors doesn't stop it either

> Can you confirm whether this problem has been fixed? In the last version I am not able to load my segmentation at all. When I load DICOM-SEG first, then...

> Your SEG file is not consistent. The SEG object must be a distinct series and therefore needs a new series instance UID. The same series can only have one...

> Your SEG file is not consistent. The SEG object must be a distinct series and therefore needs a new series instance UID. The same series can only have one...

I am assuming `typing.TypeAlias` doesn't work. Maybe there is a way to skip them for now? I made the mistake of using a lot of them and now I am...

I found that TreeRebuilder is related to a library called `astroid`, which I updated using conda, and the issue was fixed after I updated it