FNNDSC / med2image

Converts medical images to more displayable formats, e.g. NIfTI to jpg.
MIT License
188 stars 56 forks source link

can't find '__main__' module in 'med2image' #22

Open muhammedtalo opened 4 years ago

muhammedtalo commented 4 years ago

when I run the comment as : python3 med2image -i vol.nii -d out -o image.jpg -s -1 (have an image named vol.nii and an empty folder :out I have got the following error. /vol/deeplearning/anaconda3/envs/py36/bin/python3: can't find 'main' module in 'med2image' How can I fix this ? Thank you!

arushivyas commented 4 years ago

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