Installing lapack for numpy

后端 未结 4 945
庸人自扰
庸人自扰 2020-12-01 10:14

Running Ubuntu 11.10 + python2.7...built numpy from source and installed it, but when I go to install it, I get

ImportError: /usr/lib/liblapack.so.3gf: unde         


        
4条回答
  •  北海茫月
    2020-12-01 11:05

    I was having the same problem and removing the package libopenblas-base did the trick:

    sudo apt-get remove libopenblas-base
    

    As already explained by others, several packages provide incompatible versions of liblapack.so.3gf.

提交回复
热议问题