I have an M1 chip but am having issues installing Tensorflow. I've tried a number of different methods but I feel im completely stuck.
I was following this particular tutorial - https://betterdatascience.com/install-tensorflow-2-7-on-macbook-pro-m1-pro/ -
but came unstuck when installing.
This is the error:
PackagesNotFoundError: The following packages are not available from current channels:
Current channels:
To search for alternate channels that may provide the conda package you're looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page.
Note I have anaconda already installed so is it a case of uninstalling it? I'm really stuck.
Thanks!
I could able to install Tensorflow on Mac Os without any issue with these following steps
python3 -m venv ~/tensorflow-metal
source ~/tensorflow-metal/bin/activate
python -m pip install -U pip
python -m pip install tensorflow-macos
python -m pip install tensorflow-metal
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With