簡體   English   中英

在Windows上使用PyPy安裝SciPy

[英]installing SciPy with PyPy on Windows

我正在嘗試在Windows上使用PyPy安裝SciPy。 我在網站上使用Windows 32位zip安裝了PyPy。 我使用python setup.py install安裝了numpy。 我嘗試使用pip install scipy或相關命令pip install scipy ,但始終收到“ NotFoundError:未找到lapack / blas資源”錯誤。 注意我不能安裝輪子,因為它們是為CPython 2.7而非PyPy 2.7設計的

我該如何解決此問題,尤其是由於大多數SciPy與PyPy兼容?

如錯誤消息所述,您將需要安裝BLAS + LAPACK庫。

CPython上Scipy的構建說明https://scipy.github.io/devdocs/building/windows.html可能適用於此,但是確切地,您需要執行的操作取決於用於Pypy的編譯器。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM