Fail to install itk 5.3rc04.post3 in 3D Slicer

Hello, I am using 3Dslicer 5.7 and find problem with installing itk

Is there any problem to solve this installation problem?

The error code was posted below

ERROR: Could not find a version that satisfies the requirement itk-core==5.3rc04.post3 (from itk) (from versions: 5.1.1.post1, 5.1.2, 5.2.0, 5.2.0.post1, 5.2.0.post2, 5.2.1, 5.2.1.post1, 5.3rc4, 5.3rc4.post4, 5.3.0, 5.4rc1, 5.4rc2)
ERROR: No matching distribution found for itk-core==5.3rc04.post3
Traceback (most recent call last):
File “”, line 1, in
File “C:\Users\cycha\AppData\Local\slicer.org\Slicer 5.7.0-2023-12-31\bin\Python\slicer\util.py”, line 3887, in pip_install
_executePythonModule(“pip”, args)
File “C:\Users\cycha\AppData\Local\slicer.org\Slicer 5.7.0-2023-12-31\bin\Python\slicer\util.py”, line 3848, in _executePythonModule
logProcessOutput(proc)
File “C:\Users\cycha\AppData\Local\slicer.org\Slicer 5.7.0-2023-12-31\bin\Python\slicer\util.py”, line 3814, in logProcessOutput
raise CalledProcessError(retcode, proc.args, output=proc.stdout, stderr=proc.stderr)
subprocess.CalledProcessError: Command ‘[‘C:/Users/cycha/AppData/Local/slicer.org/Slicer 5.7.0-2023-12-31/bin/…/bin\PythonSlicer.EXE’, ‘-m’, ‘pip’, ‘install’, ‘–pre’, ‘itk==5.3rc4.post3’]’ returned non-zero exit status 1.

It is normal that a some very specific ITK release candidate version like 5.3rc04.post3 is not available on all Python versions on all platforms.

Install a recent enough ITK version should work well. For example: pip_install('itk-core>=5.3')