sudo pip3 install numpy sudo pip3 install scipy # 这一步报错,看下面 sudo pip3 install scikit-learn
错误: no lapack/blas resources found
sudo apt-get install liblapack-dev
错误: library dfftpack has Fortran sources but no Fortran compiler found
sudo apt-get install gfortran原文链接:https://www.f2er.com/ubuntu/354857.html