-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem with med2image #8
Comments
I need it. why does not work. please help me |
We are sorry you are experiencing an error.
Can you provide more information? For example, on what platform/OS are
you running this? I also see that you specified the input as ".\MRI.nii"
which seems strange to me. The use of the "\" makes me think you are on
Windows?
…On 2018/02/10 00:39, bm19140 wrote:
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
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#8>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAYt5Ge1nYV9iN4Q0rB2_PggcF-8lfAAks5tTSuQgaJpZM4SA0KG>.
|
I had the same problem and solved by installing |
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 |
This command is not for windows. |
Please go through the new and updated We are now also providing a Docker container called Follow this link for detailed instructions: https://github.com/FNNDSC/pl-med2img |
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
The text was updated successfully, but these errors were encountered: