我已经安装了med2image(ver 1.1.1)包 (https://pypi.python.org/pypi/med2image/1.1.1) 用:
pip3 install med2image
但是当我运行它时,我收到以下错误:
med2image -i .\MRI.nii -d out -o image.jpg -s -1
Traceback (most recent call last):
File "med2image.py", line 29, in
from . import error
ImportError: cannot import name 'error'
如何解决此错误?