What is wrong with this module HD Brain Extractction Tool

1649943074(1)

Traceback (most recent call last):
File “D:\MedSofts\Slicer\Slicer 4.13.0-2022-03-25\bin\Python\slicer\util.py”, line 2766, in tryWithErrorDisplay
yield
File “D:/MedSofts/Slicer/Slicer 4.13.0-2022-03-25/NA-MIC/Extensions-30741/HDBrainExtraction/lib/Slicer-4.13/qt-scripted-modules/HDBrainExtractionTool.py”, line 227, in onApplyButton
self.logic.setupPythonRequirements()
File “D:/MedSofts/Slicer/Slicer 4.13.0-2022-03-25/NA-MIC/Extensions-30741/HDBrainExtraction/lib/Slicer-4.13/qt-scripted-modules/HDBrainExtractionTool.py”, line 301, in setupPythonRequirements
slicer.util.pip_install(‘git+https://github.com/MIC-DKFZ/batchgenerators#egg=batchgenerators’)
File “D:\MedSofts\Slicer\Slicer 4.13.0-2022-03-25\bin\Python\slicer\util.py”, line 3333, in pip_install
_executePythonModule(‘pip’, args)
File “D:\MedSofts\Slicer\Slicer 4.13.0-2022-03-25\bin\Python\slicer\util.py”, line 3307, in _executePythonModule
logProcessOutput(proc)
File “D:\MedSofts\Slicer\Slicer 4.13.0-2022-03-25\bin\Python\slicer\util.py”, line 3276, in logProcessOutput
raise CalledProcessError(retcode, proc.args, output=proc.stdout, stderr=proc.stderr)
subprocess.CalledProcessError: Command ‘[‘D:/MedSofts/Slicer/Slicer 4.13.0-2022-03-25/bin/…/bin\PythonSlicer.EXE’, ‘-m’, ‘pip’, ‘install’, ‘git+https://github.com/MIC-DKFZ/batchgenerators#egg=batchgenerators’]’ returned non-zero exit status 1.

Please check the application log for the root cause of the error. If you don’t find the error message there then you can open a Windows command prompt and type the install command there:

"D:/MedSofts/Slicer/Slicer 4.13.0-2022-03-25/bin/PythonSlicer.EXE" 
-m pip install git+https://github.com/MIC-DKFZ/batchgenerators#egg=batchgenerators