简体   繁体   English

在Anaconda安装位置将lapack / blas二进制文件放在哪里?

[英]Where to put lapack/blas binaries in Anaconda install?

Scipy is installed with Anaconda, but won't work since no lapack and blas resources can be found. Scipy已随Anaconda一起安装,但由于找不到lapack和blas资源而无法使用。 I've put the precompiled lapack/blas stuff from this link: 我从此链接中放入了预编译的lapack / blas内容:

http://www.fi.muni.cz/~xsvobod2/misc/lapack/ http://www.fi.muni.cz/~xsvobod2/misc/lapack/

into my Anaconda folder (user/anaconda) and also into my standard python istallation (c://python27). 放入我的Anaconda文件夹(user / anaconda),也放入我的标准python istallation(c:// python27)。 It still won't work. 它仍然无法正常工作。

I've checked out other questions on this forum on how to install. 我已经在该论坛上检查了有关如何安装的其他问题。 I've followed the instructions given here: 我已按照此处给出的说明进行操作:

http://www.scipy.org/scipylib/building/windows.html http://www.scipy.org/scipylib/building/windows.html

but Cmake always sais that the compiler can't compile a simple test program. 但是Cmake总是说编译器无法编译简单的测试程序。

Did you try this code? 您是否尝试过此代码?

-conda install -c pymc pymc

It includes installing Scipy. 它包括安装Scipy。 "Lapack/blas resources not found" error disappeared when I tried this. 尝试此操作时,“找不到Lapack / blas资源”错误消失了。

Problem solved! 问题解决了! I uninstalled Python 2.7 and Anaconda, and now for some reason it works. 我卸载了Python 2.7和Anaconda,现在由于某种原因它可以工作了。 Thanks to you guys who answered this post :) 谢谢你们回答这个帖子的人:)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM