执行这几个命令就可以
sudo apt-get install python-scipy
sudo apt-get install python-numpy
sudo apt-get install python-matplotlib
貌似只是在python2下安装了scipy
在python3版里估计要执行
sudo apt-get install python3-scipy
sudo apt-get install python3-numpy
sudo apt-get install python3-matplotlib