ALPACA error; Version 5.10.0 (stable)

Hello all,

I have a problem opening the ALPACA extension, with the stable version of 3D slicer 5.10.0 .

The error code says, it can’t find a certain file. I should have installed all additional extensions to run the extension. I reinstalled the extension again, without solving the problem. On the version 5.8.1 ALPACA works on my device.

Thank you for your help and advice.

Hi!

The issue is a missing itk Python package in Slicer 5.10.0’s environment. Open the Python Interactor in Slicer and run:

slicer.util.pip_install(‘itk’)

Then restart Slicer and try opening ALPACA again. That should fix it!

I did run the command and this was the reply. Nothing changed regarding the problem.

It appears your slicer 5.10 installation is problematic for some reason. E.g., the real issue is the first error (Application Does Not exist).

I suggest freshly installing it to a new place (like your desktop), install SlicerMorph and retry.

Ok, I did that and got the exact same error as the first time.

I did save it on the desktop as you suggested.

what happens when you do the pip_install(“itk”)