I followed this guideline to install TensorFlow: https://developer.apple.com/metal/tensorflow-plugin/
and run example code on miniforge3 base environment, but importing the numpy C-extensions failed. because * The Python version is: Python3.9 The NumPy version is: "1.19.5"
then I tried to create a new conda environment with python 3.8, and then tried to install tensorflow-macos, but it failed because of grpcio cannot be installed.
so in this case, how can I solve this problem?