Post

Replies

Boosts

Views

Activity

Comment on Unable to install Tensorflow on my M1 Macbook pro.
Hi yuliya808, I have implemented step 1 and 2 without any hiccups. Coming to your point 3, here are the outputs. OUTPUT-1: (base) (tensorflow-metal) k_krishna@Krishnas-MacBook-Pro ~ % python -m pip list tensorflow Package Version ----------------------- ----------- absl-py 1.0.0 astunparse 1.6.3 cachetools 5.2.0 certifi 2022.5.18.1 charset-normalizer 2.0.12 flatbuffers 1.12 gast 0.4.0 google-auth 2.6.6 google-auth-oauthlib 0.4.6 google-pasta 0.2.0 grpcio 1.46.3 h5py 3.7.0 idna 3.3 importlib-metadata 4.11.4 keras 2.9.0 Keras-Preprocessing 1.1.2 libclang 14.0.1 Markdown 3.3.7 numpy 1.22.4 oauthlib 3.2.0 opt-einsum 3.3.0 packaging 21.3 pip 22.1.2 protobuf 4.21.1 pyasn1 0.4.8 pyasn1-modules 0.2.8 pyparsing 3.0.9 requests 2.27.1 requests-oauthlib 1.3.1 rsa 4.8 setuptools 58.1.0 six 1.15.0 tensorboard 2.9.0 tensorboard-data-server 0.6.1 tensorboard-plugin-wit 1.8.1 tensorflow-estimator 2.9.0 tensorflow-macos 2.9.0 tensorflow-metal 0.5.0 termcolor 1.1.0 typing_extensions 4.2.0 urllib3 1.26.9 Werkzeug 2.1.2 wheel 0.37.1 wrapt 1.14.1 zipp 3.8.0 OUTPUT-2: (base) (tensorflow-metal) k_krishna@Krishnas-MacBook-Pro ~ % python -m pip show tensorflow-metal Name: tensorflow-metal Version: 0.5.0 Summary: TensorFlow acceleration for Mac GPUs. Home-page: https://developer.apple.com/metal/tensorflow-plugin/ Author: Author-email: License: MIT License. Copyright © 2020-2021 Apple Inc. All rights reserved. Location: /Users/k_krishna/tensorflow-metal/lib/python3.9/site-packages Requires: six, wheel Required-by: ```
May ’22