I import a module called linear_model from sklearn:
from sklearn import linear_model
and here is what I get:
ImportError: /home/masha/Enthought/Canopy_64bit/User/bin/..
/lib/libgfortran.so.3: version `GFORTRAN_1.4' not found (required
by /usr/lib/libblas.so.3)
I was trying to find some information about this problem but all of the questions seem to occur with different libraries on different systems so the advices are really different and I don't know what to do. If it matters, I work on Ubuntu 14.04. In this post it says: "In Ubuntu, it was enough to change the libraries." So... maybe I just have to change the libraries? How should I do it?