Dear community,
I recently got my new Macbook with Apple M1 chip. I'm trying to install Tensorflow according to the guide found at this URL: https://developer.apple.com/metal/tensorflow-plugin/. However, after installing everything I get the following error:
Therefore, I cannot use Tensorflow when I open Jupyter Notebook.
Outside the environment my Python version is 3.8 as required and inside 3.7. However, I can't seem to update (not with Homebrew, neither with conda and neither with pip).
How can I solve this?
Thank you!