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

posted @ 2022-11-13 22:36  dlhl  阅读(17)  评论(0)    收藏  举报