Error loading GPA module (Slicermorph)

I have seen this error, not sure why it happens,as we do not install scipy. But this should fix:

  1. Open a fresh slicer,
  2. go to python window and type
  3. pip_uninstall("scipy")
  4. pip_install("scipy")
  5. restart your slicer and try gpa again.