Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 Red Hat Linux 5.5 上从 scipy 0.10 升级到 0.13。我能够通过 pip 安装 numpy 并将其升级到 1.8.0,但是当我尝试使用 pip 升级 scipy 0.10 时,它告诉我它找不到 BLAS 或 LAPACK 库。
我曾尝试使用 yum 安装 scipy,但它认为一切都是最新的,因为 repo 中有一个旧版本的 scipy 0.5。
在 Red Hat Linux 5.5 上升级 scipy 的最佳方法是什么