Theano / Numpy, "ImportError: libatlas.so.3gf: cannot open shared object file"
If you got the "ImportError: libatlas.so.3gf: cannot open shared object file: No such file or directory" as I did,
You can try:
echo "/usr/lib/atlas-base" | sudo tee /etc/ld.so.conf.d/atlas-lib. conf
sudo ldconfig
theano install, library dfftpack has fortran sources but no fortran compiler found
solution:
sudo
apt-get install gfortran
