我正在尝试在我的 MacBook Air 上安装 TensorFlow,它在 M1 芯片上运行 Big Sur。我正在关注本教程,一旦我到达验证 TensorFlow 已正确安装的部分,我就会一直遇到同样的错误。
当我运行以下命令来验证安装时:
python -c "import tensorflow as tf;print(tf.reduce_sum(tf.random.normal([1000, 1000])))"
我收到以下错误:
zsh: illegal hardware instruction python -c
我已经检查并确保终端没有在 Rosetta 中运行,我在其他任何地方都找不到任何解决方案。