zndr27

Results 19 comments of zndr27

I'm also interested in this feature.

I previously tried building an image which using "cat12_latest_R2017b_MCR_Linux.zip" However when I tried running CAT12Segment from the nipype interface I got the following error shown below. Upon further inspection, it...

Yes I want to echo that building a container with nipype + SPM12 r7771 MCR R2019b works for me as well! There seems to be issues with nipype + CAT12...

I got the same error

I'm also having this issue. But on Ubuntu not macOS.

Just wanted to check if your pull request has been accepted. When is the next patch release supposed to happen?

I have the same issue. I'm using the following packages: itk 5.2.0.post2 itk-core 5.2.0.post2 itk-filtering 5.2.0.post2 itk-io 5.2.0.post2 itk-numerics 5.2.0.post2 itk-registration 5.2.0.post2 itk-segmentation 5.2.0.post2 itk-skullstripping 0.0.1

--------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) in ----> 1 dir(itk.StripTsImageFilter.New()) ~/miniconda3/envs/mrsi/lib/python3.8/site-packages/itk/support/lazy.py in __getattribute__(self, attr) 74 module = self.__belong_lazy_attributes[attr] 75 namespace = {} ---> 76 base.itk_load_swig_module(module, namespace) 77 self.loaded_lazy_modules.add(module) 78...

Changing the versions of ITK and all the modules to 5.1.0 fixed the issue for me.