Open m-hajiabadi opened 1 day ago
Hi @m-hajiabadi, Thank you for reporting this issue. This problem comes from acvl_utils recent release and is currently open on the nnUNet repository : https://github.com/MIC-DKFZ/nnUNet/issues/2589
The current work around is to downgrade acvl_utils to version 0.2 (you can do that by using the command slicer.util.pip_install("acvl_utils==0.2")
Ensuring the correct version of the acvl_utils package is the responsibility of the nnUNet library so we are waiting for a fix on their side.
I encountered a ModuleNotFoundError for the acvl_utils module when using the extension. However, the module is already installed in the environment. Despite this, the inference step fails with the following error:
Error Logs
Environment Information
Could you confirm if this is an issue with the extension's environment setup or provide guidance on ensuring the acvl_utils module is properly recognized?