报错信息如下:
C:\ProgramData\Anaconda3\lib\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 installingpydicom
from PyPI.See ‘Transitioning to pydicom 1.x’ section at pydicom.readthedocs.org for more information.
解决方案:
警告原因是同时安装了pydicom和dicom,卸掉旧版的dicom即可!!!