Project-MONAI/MONAI

Print what package should be installed when suitable writer is missing

Open

#7,980 建立於 2024年8月1日

在 GitHub 查看
 (14 留言) (1 反應) (0 負責人)Python (888 fork)batch import
Contribution wantedenhancementgood first issue

倉庫指標

Star
 (4,800 star)
PR 合併指標
 (平均合併 20天 8小時) (30 天內合併 35 個 PR)

描述

Is your feature request related to a problem? Please describe. I used SaveImage(..., output_ext=".png") but got this error message

monai.utils.module.OptionalImportError: No ImageWriter backend found for png.

This was after pip install monai in a clean environment.

Describe the solution you'd like It would be great if the error message would include a description of how to fix the issue, e..g. "Please install pillow". Initially I installed simpleitk which also didn't have the png writer apparently, and I got the same error.

Describe alternatives you've considered n/a

Additional context Happened with monai==1.3.2

貢獻者指南