Theano / Numpy, "ImportError: libatlas.so.3gf: cannot open shared object file"

来源:互联网 发布:崔屹教授 知乎 编辑:程序博客网 时间:2024/06/05 09:07
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




0 0
原创粉丝点击