A BLAS error occurred in the Python SciPy

解决方法:

sudo apt-get  install lapack lapack-devel blas blas-devel
#pythno2
sudo pip install numpy
sudo pip install scipy
#python3
sudo pip3 install numpy
sudo pip3 install scipy

猜你喜欢

转载自blog.csdn.net/dlhlSC/article/details/83956006