Mac M1 clang: error: the clang compiler does not support 'faltivec'问题解决 要解决这个faltivec问题,我们需要链接一个不同的BLAS库。OpenBLAS对此很有帮助。因此,解决方案是:1. 安装带有brew install openblas的OpenBLAS 2. OPENBLAS=$(brew --prefix openblas) pip3 install numpy==x.x.x