Failed to build numpy ERROR: Could not build wheels for numpy, which is required to install pyprojec
Failed to build numpyERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projectsMATHLIB="m" pip3 install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple
·
按照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
更多推荐



所有评论(0)