I have seen this error, not sure why it happens,as we do not install scipy. But this should fix:
- Open a fresh slicer,
- go to python window and type
pip_uninstall("scipy")
pip_install("scipy")
- restart your slicer and try gpa again.
I have seen this error, not sure why it happens,as we do not install scipy. But this should fix:
pip_uninstall("scipy")
pip_install("scipy")