aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <nobody@tensorflow.org>2015-12-15 14:45:52 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2015-12-15 14:45:52 -0800
commitef3742ee74a8238e04eb9b8f5d029f98210fbd26 (patch)
tree4fe694117fe973e3297a0e358191ec63dc0725d0
parent9322b0350e739b22d960096c37a8131275f3e775 (diff)
add solution for TF install problem on El Capitan
Change: 110220692
-rw-r--r--tensorflow/g3doc/get_started/os_setup.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/tensorflow/g3doc/get_started/os_setup.md b/tensorflow/g3doc/get_started/os_setup.md
index fb277151ae..baa3afaed9 100644
--- a/tensorflow/g3doc/get_started/os_setup.md
+++ b/tensorflow/g3doc/get_started/os_setup.md
@@ -628,6 +628,15 @@ $ sudo easy_install -U six
[MacPorts](https://www.macports.org/) and re-install TensorFlow in that
copy of Python.
+### Mac OS X: OSError: [Errno 1] Operation not permitted:
+
+On El Capitan, "six" is a special package that can't be modified, and this
+error is reported when "pip install" tried to modify this package. To fix use
+"ignore_installed" flag, ie
+
+sudo pip install --ignore-installed six https://storage.googleapis.com/....
+
+
### Mac OS X: TypeError: `__init__()` got an unexpected keyword argument 'syntax'
On Mac OS X, you may encounter the following when importing tensorflow.