I\'m currently following the tutorial Installing the SciPy Stack to install SciPy on Ubuntu 12.04 (Precise Pangolin) (I can\'t use apt-get install
apt-get install
For Ubuntu 20.04 on Raspberry Pi 4, Use following:
sudo apt-get install libblas3 liblapack3 liblapack-dev libblas-dev gfortran libatlas-base-dev
and then use pip to install latest packages.
pip install scipy