File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
tensorflow/g3doc/get_started Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -937,20 +937,20 @@ package:
937937
938938``` bash
939939# Ubuntu/Linux 64-bit:
940- $ pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/protobuf-3.0 .0-cp27-none-linux_x86_64.whl
940+ $ pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/protobuf-3.1 .0-cp27-none-linux_x86_64.whl
941941
942942# Mac OS X:
943- $ pip install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/protobuf-3.0 .0-cp27-cp27m -macosx_10_11_x86_64.whl
943+ $ pip install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/protobuf-3.1 .0-cp27-none -macosx_10_11_x86_64.whl
944944```
945945
946946And for Python 3.5:
947947
948948``` bash
949949# Ubuntu/Linux 64-bit:
950- $ pip3 install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/protobuf-3.0 .0-cp35-cp35m -linux_x86_64.whl
950+ $ pip3 install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/protobuf-3.1 .0-cp35-none -linux_x86_64.whl
951951
952952# Mac OS X:
953- $ pip3 install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/protobuf-3.0 .0-cp35-cp35m -macosx_10_11_x86_64.whl
953+ $ pip3 install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/protobuf-3.1 .0-cp35-none -macosx_10_11_x86_64.whl
954954```
955955
956956If your system/configuration is not listed above, you can use the following
@@ -1126,7 +1126,7 @@ Traceback (most recent call last):
11261126TypeError: __init__() got an unexpected keyword argument 'syntax'
11271127```
11281128
1129- This is due to a conflict between protobuf versions (we require protobuf 3.0 .0).
1129+ This is due to a conflict between protobuf versions (we require protobuf 3.1 .0).
11301130The best current solution is to make sure older versions of protobuf are not
11311131installed, such as:
11321132
You can’t perform that action at this time.
0 commit comments