Failed to build numpy ERROR: Could not build wheels for numpy, which is required to install pyprojec

按照numpy报错:

Failed to build numpy
ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects

解决方法:

MATHLIB="m" pip3 install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple

你可能感兴趣的:(numpy)