FNNDSC/med2image

problem with med2image

Opened this issue · 12 comments

Hi
i installed med2image (ver 1.1.1)with:
pip3 install med2image
but when When i run it i have this following error :

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'
please help me.
thanks

I need it. why does not work. please help me

yes. i use windows7. which platform is suitable for med2image. i installed
ba1
it on centos (with fsl-vbm virtual machine) again had more error.
i need it . please help me.
thanks

in windows:
ba2

I had the same problem and solved by installing python3-tk package using os package manager (Ubuntu)

image
windows10 I also had that error and tried to install python3-tk but it does not exist

Same problem here (windows 10).

I do not know how to use this package in both Windows command line environment and Python 3 Jupyter Notebook environment. If you could explain how to use med2image? The description on https://pypi.org/project/med2image/#description is insufficient to explain how to use this package. Thanks.

cmd_error

notebook_error

In unix, you have to write python3 med2image ...
In jupyter notebook, you have to write !med2image ...

This command is not for windows.

Please go through the new and updated README.rst file and follow the instructions to run med2image on a UNIX system.

We are now also providing a Docker container called pl-med2img

Follow this link for detailed instructions: https://github.com/FNNDSC/pl-med2img