MacOS X: Installing TensorFlow from Sources [TF Binary Attached]

When I am using TensorFlow on my MacBook Air, I always get annoyed by the warnings comes from nowhere, so I followed the documentation below to build TensorFlow sources into a TensorFlow binary and installed it successfully.  In theory, this will make the TF running faster on my machine.

Here is the document:

If you are a Mac user, you could download the TF binary from here:

Then, you could use conda to initialize an environment with Python=3.6 and install TF by typing:

sudo pip install tensorflow-1.8.0-py2-none-any.whl

Here are some screen captures:

 

Screen Shot 2018-05-25 at 16.35.37
Build completed Successfully 🙂  I did this on my MacBook Air 11, cost me about 4hrs.

 

Screen Shot 2018-05-25 at 13.31.04
Be careful about the configuration!!! If you want to do this on your own machine.

 

Encourage the Author to create more useful and interesting articles.

All the money will be donated to the Standford Rural Area Education Program (reap.fsi.stanford.edu).

A$2.00

 

–END–

 

 

Leave a comment