FNNDSC / med2image

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

NameError: name 'C_convert' is not defined #12

Open giampaolo opened 6 years ago

giampaolo commented 6 years ago
~/Desktop/DICOM/I33$ med2image -i . 
/home/giampaolo/.local/lib/python3.6/site-packages/dicom/__init__.py:53: UserWarning: 
This code is using an older version of pydicom, which is no longer 
maintained as of Jan 2017.  You can access the new pydicom features and API 
by installing `pydicom` from PyPI.
See 'Transitioning to pydicom 1.x' section at pydicom.readthedocs.org 
for more information.

  warnings.warn(msg)
Traceback (most recent call last):
  File "/usr/local/bin/med2image", line 296, in <module>
    C_convert.run()
NameError: name 'C_convert' is not defined

OS: Ubuntu 18.04, Python 3.6.5

rodrigogs2 commented 5 years ago

Same error here.

OS: Ubuntu 18.04, Python 3.7

I have installed med2image into a anaconda enviroment using pip.

p2eslami commented 5 years ago

Did anyone get to resolve this problem? I get the same error!

Arcsecondz commented 5 years ago

^^ likewise

rodrigogs2 commented 5 years ago

I am using a great python lib to extract MRI data (nibabel) and I dont need to use this lib anymore

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