Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

基础篇 Numpy 的安装并不太准确 #23

Open
LePingKYXK opened this issue Mar 17, 2020 · 0 comments
Open

基础篇 Numpy 的安装并不太准确 #23

LePingKYXK opened this issue Mar 17, 2020 · 0 comments

Comments

@LePingKYXK
Copy link

LePingKYXK commented Mar 17, 2020

在基础篇 NumPy 的安装这一则内容中的表述并不太准确,如下:
基础篇 NumPy 的安装

对于 Windows 用户而言,直接在 cmd 或者 power shell 中输入 pip install numpy 命令后,安装的并不是完整版的 NumPy.
没有 mkl 支持的 NumPy 没法生成窗函数(至少是这个,别的函数应该也有不支持的)。

建议 Windows 用户从 Unofficial Windows Binaries for Python Extension Packages 网站下载对应的 .whl 文件,然后再用 pip install 命令安装对应的 numpy-[version-bit].whl. #

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant