You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/home/runner/sct_0.0/spinalcordtoolbox/deepseg/inference.py", line 27, in <module>
import spinalcordtoolbox.deepseg.nnunet as ds_nnunet
File "/home/runner/sct_0.0/spinalcordtoolbox/deepseg/nnunet.py", line 13, in <module>
from nnunetv2.inference.predict_from_raw_data import nnUNetPredictor # noqa: E402
File "/home/runner/sct_0.0/python/envs/venv_sct/lib/python3.9/site-packages/nnunetv2/inference/predict_from_raw_data.py", line 22, in <module>
from nnunetv2.inference.data_iterators import PreprocessAdapterFromNpy, preprocessing_iterator_fromfiles, \
File "/home/runner/sct_0.0/python/envs/venv_sct/lib/python3.9/site-packages/nnunetv2/inference/data_iterators.py", line 12, in <module>
from nnunetv2.preprocessing.preprocessors.default_preprocessor import DefaultPreprocessor
File "/home/runner/sct_0.0/python/envs/venv_sct/lib/python3.9/site-packages/nnunetv2/preprocessing/preprocessors/default_preprocessor.py", line 23, in <module>
from nnunetv2.preprocessing.cropping.cropping import crop_to_nonzero
File "/home/runner/sct_0.0/python/envs/venv_sct/lib/python3.9/site-packages/nnunetv2/preprocessing/cropping/cropping.py", line 5, in <module>
from acvl_utils.cropping_and_padding.bounding_boxes import get_bbox_from_mask, crop_to_bbox, bounding_box_to_slice
File "/home/runner/sct_0.0/python/envs/venv_sct/lib/python3.9/site-packages/acvl_utils/cropping_and_padding/bounding_boxes.py", line 5, in <module>
import blosc2
ModuleNotFoundError: No module named 'blosc2'
This is a duplicate of MIC-DKFZ/acvl_utils#2, but I'm re-reporting here just in case anyone else runs into this bug and tries to find it by checking nnUNet's issues.
The text was updated successfully, but these errors were encountered:
Downgrading acvl_utils to version 0.2 gets rid of the initial error, though I haven't run any real work yet. So there might be other problems. pip install --upgrade acvl_utils==0.2
Traceback:
This is a duplicate of MIC-DKFZ/acvl_utils#2, but I'm re-reporting here just in case anyone else runs into this bug and tries to find it by checking nnUNet's issues.
The text was updated successfully, but these errors were encountered: