linux下安装scipy

按照网上的某些教程安装caffe,期间在安装scipy包的时候各种失败。于是又搜了另一些博客的方法,终于搞定。现转载过来保存。

原网址:http://blog.csdn.net/xiangcheng001/article/details/53994870

某些情况下,Linux会缺少scipy的一些基础包,如lapack/blas等。网上搜到的一下教程颇为麻烦,在折腾一番之后,找到简易命令行。



只需要几个命令即可完成:


sudo apt-get install libblas-dev
sudo apt-get install liblapack-dev
sudo apt-get install gfortran
sudo apt-get install python-scipy
轻松搞定。

你可能感兴趣的:(脚本)