SciPy/Python install on Ubuntu

前端 未结 8 1190
轻奢々
轻奢々 2020-12-04 23:54

I\'m currently following the tutorial Installing the SciPy Stack to install SciPy on Ubuntu 12.04 (Precise Pangolin) (I can\'t use apt-get install

8条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-05 00:39

    I had the same problem as the OP (on Red Hat Linux 5.7 for me; yes, I know that's old) and all was fixed by installing the ATLAS headers (and "static libs", it says) via:

     yum install atlas-devel
    

提交回复
热议问题