简体   繁体   中英

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. I've put the precompiled lapack/blas stuff from this link:

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

into my Anaconda folder (user/anaconda) and also into my standard 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

but Cmake always sais that the compiler can't compile a simple test program.

Did you try this code?

-conda install -c pymc pymc

It includes installing Scipy. "Lapack/blas resources not found" error disappeared when I tried this.

Problem solved! I uninstalled Python 2.7 and Anaconda, and now for some reason it works. Thanks to you guys who answered this post :)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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