Moose Extension was ERROR

Dear All,

I am faced problem since install dependencies for Moose Extension.

Traceback (most recent call last):

File “D:\Slicer 5.8.1\bin\Python\slicer\util.py”, line 3303, in tryWithErrorDisplay

yield

File “D:/Slicer 5.8.1/slicer.org/Extensions-33241/SlicerMOOSE/lib/Slicer-5.8/qt-scripted-modules/MOOSE.py”, line 150, in button_install_dependencies_clicked

self.dependency_manager.install_all_dependencies()

File “D:/Slicer 5.8.1/slicer.org/Extensions-33241/SlicerMOOSE/lib/Slicer-5.8/qt-scripted-modules/MOOSE.py”, line 98, in install_all_dependencies

self.install_moosez()

File “D:/Slicer 5.8.1/slicer.org/Extensions-33241/SlicerMOOSE/lib/Slicer-5.8/qt-scripted-modules/MOOSE.py”, line 60, in install_moosez

slicer.util.pip_install(“moosez>=3.1.1”)

File “D:\Slicer 5.8.1\bin\Python\slicer\util.py”, line 3942, in pip_install

_executePythonModule(“pip”, args)

File “D:\Slicer 5.8.1\bin\Python\slicer\util.py”, line 3896, in _executePythonModule

logProcessOutput(proc)

File “D:\Slicer 5.8.1\bin\Python\slicer\util.py”, line 3862, in logProcessOutput

raise CalledProcessError(retcode, proc.args, output=proc.stdout, stderr=proc.stderr)

subprocess.CalledProcessError: Command ‘[‘D:/Slicer 5.8.1/bin/../bin\\PythonSlicer.EXE’, ‘-m’, ‘pip’, ‘install’, ‘moosez>=3.1.1’]’ returned non-zero exit status 1.

I believe the developers updated their extension to use a newer version of moosez that is technically Python 3.10 or newer compatible. Therefore it is likely the extension is no longer compatible with Slicer 5.8 which uses Python 3.9. Instead try latest Slicer Preview (soon to be Slicer 5.10 stable) as it uses Python 3.12.