gpt4 book ai didi

python - 如何使用 CYGWIN 安装 LAPACK 和 BLAS?

转载 作者:太空宇宙 更新时间:2023-11-04 00:42:46 25 4
gpt4 key购买 nike

我有一个 pymc python 模块的用例。

当执行 python -m pip install pymc 时,我得到 [Errno 2] No such file or directory "lapack/double/dpotrs.f"

在执行 python -m pip install lapack 时,我得到了 No matching distribution found for lapack

根据 this,我知道我需要英特尔 Fortran 编译器和 MS Visual Studio指导。

因为这对我来说似乎很重要,所以我正在寻找一种快速简单的替代方法。

如何使用 CYGWIN 安装 LAPACK 和 BLAS?

最佳答案

如果你想使用 Cygwin,你可以在 Cygwin 上安装 pythonBLASLAPACK很容易作为“Gygwin 包”。

文档位于 https://cygwin.com/install.html说你可以

Run setup-x86_64.exe any time you want to update or install a Cygwin package.

然后从安装程序中查找并选择条目:

  • openblas-0.2.16-1
  • lapack-3.6.0r1730-2

不要忘记安装

  • python-numpy-1.9.2-1

安装程序还将添加更多对您选择的软件包必不可少的软件包。之后,您应该能够从 Cygwin 终端中使用 Pymc。

您根本不需要英特尔编译器和 MS Visual Studio(您发布的链接指的是与使用 Cygwin 完全不同的东西)。

关于python - 如何使用 CYGWIN 安装 LAPACK 和 BLAS?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41137926/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com