numpy.distutils.system_info.BlasNotFoundError: Blas (http://www.netlib.org/blas/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [blas]) or by setting the BLAS environment variable.我需要從該站點下載哪個tar?我已經嘗試過fortrans,但是一直出現此錯誤(明顯地設置了環境變量之后)。
3 回答

慕尼黑的夜晚無繁華
TA貢獻1864條經驗 獲得超6個贊
在Fedora上,這有效:
yum install lapack lapack-devel blas blas-devel
pip install numpy
pip install scipy
請記住除了安裝“ blas ”和“ lapack ”之外,還要安裝“ lapack-devel ”和“ blas-devel ”,否則您將得到您提到的錯誤或“ numpy.distutils.system_info。LapackNotFoundError ”錯誤。
添加回答
舉報
0/150
提交
取消