파이썬/오류모음
[파이썬 오류]The following handlers are available to decode the pixel data however they are missing required dependencies: GDCM (req. GDCM), pylibjpeg (req. )
욱찡이
2023. 3. 9. 11:29
반응형
DICOM 파일을 python으로 열거나 저장할때 오류났을때, 해결방법입니다.
pip install pylibjpeg pylibjpeg-libjpeg pydicom
출처 : stackoverflow
반응형