RuntimeError: module compiled against API version 0xf but this version of numpy is 0xd

Mac M1 12.3系统安装TensorFlow各种报错,现在的Miniforge3-MacOSX-arm64.sh 默认3.9.X

同时通过指引安装的tf和python3.8不兼容。(参考:让TensorFlow在Macbook M1上性能翻倍_牛哥的技术博客_51CTO博客)

只能用python 3.9.X进行安装了。

        

tensorflow-estimator    2.9.0

tensorflow-macos        2.9.2

tensorflow-metal        0.5.1

默认安装的numpy==1.23.2 

和当前的TensorFlow版本不兼容

重新安装1.22.0版本的numpy 

(py39) ycf@ycf anaconda3 % pip install numpy==1.22.0

你可能感兴趣的:(tensorflow,numpy)