Skip to content

Instantly share code, notes, and snippets.

@kevin-smets
Last active June 4, 2018 13:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevin-smets/090dfadb56857a62c3cfb9db7dadf296 to your computer and use it in GitHub Desktop.
Save kevin-smets/090dfadb56857a62c3cfb9db7dadf296 to your computer and use it in GitHub Desktop.
Install TensorFlow @ MacOS

Instructions

# Install python 3.x
brew ugrade python

# Install TF - see https://github.com/tensorflow/tensorflow/issues/17369
pip3 install grpcio==1.9.1 tensorflow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment