FNNDSC/med2image

NameError: name 'C_convert' is not defined

Opened this issue · 5 comments

~/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

Same error here.

OS: Ubuntu 18.04, Python 3.7

I have installed med2image into a anaconda enviroment using pip.

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

^^ likewise

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

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