FNNDSC / med2image

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

No Module Named "systemMisc" #4

Closed SreehariRamMohan closed 7 years ago

SreehariRamMohan commented 7 years ago

I am a high school student who is just starting to learn python! I am on MacOS Sierra. Python 3.6.1 |Anaconda 4.4.0 (x86_64)| (After cloning the project) When I tried to run the med2image with "python med2image.py -i slice.dcm -o slice.jpg" in the terminal (where slice.dcm is the file I want to convert to a .jpg) I get the error ModuleNotFoundError: No module named 'systemMisc'. I understand this is probably a very obvious error on my part, but any help would be appreciated!!!!!!!!