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
I had the same problem and solved by installing python3-tk
package using os package manager (Ubuntu)
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.
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