Scipy installation in slicer 4.10.1

Operating system: Linux
Slicer version: 4.10.1

Hi 3D Slicer experts and all
I want to install Scipy using pip.main([‘install’, ‘scipy’]) , but I get an error, as shown in the following figure. Can you help me with this problem?
1- How can I install Scipy?
2- what is the cause of this problem?
Thanks a lot

You need to use Slicer-4.11.x and install scipy by typing

pip_install('scipy')

in Slicer’s python console (it is just a shortcut for launching pip install).