loli / medpy

Medical image processing in Python
http://loli.github.io/medpy/
GNU General Public License v3.0
559 stars 136 forks source link

Import Error: no module named 'filter' #82

Closed yxie060 closed 5 years ago

yxie060 commented 5 years ago

Hi,

I am trying to read some images (in either mha or nrrd format) with medpy (release 0.3.0) on windows 7. I do have installed pydicom, nibabel, and itk. There were no warning or error messages during the installation via pip. However, when I tried to read the images, it failed with the following:

DependencyError: Loading images of type Nrrd - Nearly Raw Raster Data (.nhdr, .nrrd) requires a third-party module that could not be encountered. Reason: No module named 'filter'.

The same situation with mha files.

Any help is appreciated!

loli commented 5 years ago

Unfortunately, I cannot provide support for issues occurring on Windows. Best use MedPy on a linux machine.

loli commented 5 years ago

It might also be worth trying the current master branch from github.