gpt4 book ai didi

scipy - 让 scipy 在 cygwin 中工作

转载 作者:行者123 更新时间:2023-12-03 21:37:55 25 4
gpt4 key购买 nike

我知道其他人一直在努力解决这个问题,但我不知道我做错了什么。我已经在 cygwin 包窗口中安装了我能看到的与 gcc、BLAS 或 LAPACK 相关的任何东西,但是当我这样做时,我仍然得到一长串错误pip install scipy .我看到类似的东西

 Running from scipy source directory.
Splitting linalg.interpolative Fortran source files
blas_opt_info:
blas_mkl_info:
libraries mkl,vml,guide not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/']
NOT AVAILABLE

openblas_info:
libraries openblas not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/']
NOT AVAILABLE

我看到的最后一个错误是:
Command "/usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip-build-8lzrOH/scipy/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-nzff
hk-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-8lzrOH/scipy

有人可以帮我解决这个问题吗? Numpy 工作没有任何问题。

最佳答案

在 Cygwin 安装程序中,安装 liblapack-devel (openblas 将作为依赖项出现)。然后你可以用 pip install scipy 安装 scipy .

关于scipy - 让 scipy 在 cygwin 中工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32887336/

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