pip install something but error with could not find a satisfies version

Hi,

Try to install BLAS and LAPACK first.

For example:

$ sudo apt-get install libblas-dev liblapack-dev libatlas-base-dev gfortran
$ sudo pip3 install scipy

Thanks.