gpt4 book ai didi

python - PyDICOM 无法读取像素数据,需要 GDCM 或 Pillow

转载 作者:太空宇宙 更新时间:2023-11-04 04:20:04 27 4
gpt4 key购买 nike

我正在使用 pydicom,我的代码非常简单:

image = np.stack([s.pixel_array for s in scans])

但这会产生运行时错误:

RuntimeError: The following handlers are available to decode the pixel data however they are missing required dependencies: GDCM (req. GDCM), Pillow (req. Pillow)

我不知道该怎么办。任何帮助都会……有帮助。

最佳答案

如果 GDCM 给您带来问题,试试 Pillow。
python -m pip install pillow
确保安装在正确的环境中。

关于python - PyDICOM 无法读取像素数据,需要 GDCM 或 Pillow,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54657768/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com