简体   繁体   中英

pip install numpy ### Warning: Using unoptimized lapack ###

I'm running Ubuntu 14.04 and python2.7.

When pip installing numpy:

pip install -U numpy

I get the warning

### Warning:  Using unoptimized lapack ###
### Warning:  Using unoptimized lapack ###

I want to be using an optimized version of lapack - how do I do this?

I suppose that you previously installed lapack and blas libraries with

apt-get install libblas-dev liblapack-dev

If you have problems, you can upgrade this libraries. Try it!

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