Errors during install sklearn.

Hi,

Suppose you are meeting a missing library error like this:
[i]----------------------------------------------------------------

building ‘dfftpack’ library
error: library dfftpack has Fortran sources but no Fortran compiler found

[/i]
Please install the gfortran compiler first before installing scipy:

sudo apt-get install gfortran

Thanks.