【发布时间】:2021-09-22 04:39:27
【问题描述】:
我正在尝试在 python 虚拟环境中使用命令pip install numpy=1.19.1 安装特定版本的 numpy。但我收到以下错误
ERROR: Failed building wheel for numpy
Failed to build numpy
ERROR: Could not build wheels for numpy which use PEP 517 and cannot be installed directly
我该如何解决这个问题?我正在使用 Python 3.9.6 和 Pip 21.1.3。我在 macOS Big Sur 上。
【问题讨论】:
标签: python numpy pip virtualenv python-wheel