dentalsegmentator Failed to load the segmentation, Something went wrong during the nnUNet processing.

I need help with this error I couldn’t figure it out regarding dentalsegmenttor

2024/12/13 17:49:45.935 :: nnUNet is already installed (2.5.1) and compatible with requested version (nnunetv2).
2024/12/13 17:49:59.535 :: Transferring volume to nnUNet in C:/Users/hp/AppData/Local/Temp/Slicer-Mqpbvj
2024/12/13 17:51:05.788 :: Starting nnUNet with the following parameters:
2024/12/13 17:51:05.788 ::
2024/12/13 17:51:05.788 :: C:\Users\hp\AppData\Local\slicer.org\Slicer 5.7.0-2024-10-28\lib\Python\Scripts\nnUNetv2_predict.exe -i C:/Users/hp/AppData/Local/Temp/Slicer-Mqpbvj/input -o C:/Users/hp/AppData/Local/Temp/Slicer-Mqpbvj/output -d Dataset111_453CT -tr nnUNetTrainer -p nnUNetPlans -c 3d_fullres -f 0 -npp 1 -nps 1 -step_size 0.5 -device cpu -chk checkpoint_final.pth --disable_tta
2024/12/13 17:51:05.788 ::
2024/12/13 17:51:05.788 :: JSON parameters :
2024/12/13 17:51:05.788 :: {
2024/12/13 17:51:05.788 :: “folds”: “0”,
2024/12/13 17:51:05.788 :: “device”: “cpu”,
2024/12/13 17:51:05.788 :: “stepSize”: 0.5,
2024/12/13 17:51:05.788 :: “disableTta”: true,
2024/12/13 17:51:05.788 :: “nProcessPreprocessing”: 1,
2024/12/13 17:51:05.788 :: “nProcessSegmentationExport”: 1,
2024/12/13 17:51:05.788 :: “checkPointName”: “”,
2024/12/13 17:51:05.788 :: “modelPath”: {
2024/12/13 17:51:05.788 :: “_path”: “C:\Users\hp\AppData\Local\slicer.org\Slicer 5.7.0-2024-10-28\slicer.org\Extensions-33077\DentalSegmentator\lib\Slicer-5.7\qt-scripted-modules\Resources\ML”
2024/12/13 17:51:05.788 :: }
2024/12/13 17:51:05.788 :: }
2024/12/13 17:51:05.894 :: nnUNet preprocessing…
2024/12/13 17:51:08.519 :: Traceback (most recent call last):
2024/12/13 17:51:08.519 :: File “C:\Users\hp\AppData\Local\slicer.org\Slicer 5.7.0-2024-10-28\lib\Python\Lib\runpy.py”, line 197, in _run_module_as_main
2024/12/13 17:51:08.520 :: return _run_code(code, main_globals, None,
2024/12/13 17:51:08.520 :: File “C:\Users\hp\AppData\Local\slicer.org\Slicer 5.7.0-2024-10-28\lib\Python\Lib\runpy.py”, line 87, in run_code
2024/12/13 17:51:08.520 :: exec(code, run_globals)
2024/12/13 17:51:08.520 :: File "C:\Users\hp\AppData\Local\slicer.org\Slicer 5.7.0-2024-10-28\lib\Python\Scripts\nnUNetv2_predict.exe_main
.py", line 4, in
2024/12/13 17:51:08.520 :: File “C:\Users\hp\AppData\Local\slicer.org\Slicer 5.7.0-2024-10-28\lib\Python\Lib\site-packages\nnunetv2\inference\predict_from_raw_data.py”, line 12, in
2024/12/13 17:51:08.520 :: from batchgenerators.dataloading.multi_threaded_augmenter import MultiThreadedAugmenter
2024/12/13 17:51:08.520 :: File “C:\Users\hp\AppData\Local\slicer.org\Slicer 5.7.0-2024-10-28\lib\Python\Lib\site-packages\batchgenerators\dataloading\multi_threaded_augmenter.py”, line 26, in
2024/12/13 17:51:08.545 :: from threadpoolctl import threadpool_limits
2024/12/13 17:51:08.545 :: ModuleNotFoundError: No module named ‘threadpoolctl’
2024/12/13 17:51:08.740 :: Loading inference results…
2024/12/13 17:51:31.644 :: Error loading results :
2024/12/13 17:51:31.644 :: Failed to load the segmentation.
2024/12/13 17:51:31.644 :: Something went wrong during the nnUNet processing.
2024/12/13 17:51:31.644 :: Please check the logs for potential errors and contact the library maintainers.

It seems that it is the same issue as this:

The solution is described there.