我试图在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上。