python 各種安裝包合集

Felaim發表於2017-03-23

1.scipy

sudo apt-get install libblas-dev
sudo apt-get install liblapack-dev
sudo apt-get install gfortran
sudo apt-get install python-scipy

之前傻,沒有安裝gfortran就會報錯,會出現error:library dfftpack has fortran sourcces but no fortran compiler found。上述方法應該是找到的最簡單的安裝scipy的方法了。

相關文章