Opening ALPACA for the first time and stuck on "Installing ALPACA Python Packages...."

@jsguerra If you are tracking the github issue, until the fix is integrated, the workaround is to manually install the numpy. These steps worked for me:

  1. in Python console type `pip_install(“numpy==2.00”)’
  2. Restart Slicer
  3. Switch to ALPACA

It should continue installing remaining packages (pandas) and then ALPACA should be working.

1 Like