Skip to content

Commit 16c1e4c

Browse files
Jonathan Hseugunan
authored andcommitted
Update protobuf .whl links to point to 3.1.0
Change: 142686873
1 parent 93e7380 commit 16c1e4c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tensorflow/g3doc/get_started/os_setup.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

946946
And 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

956956
If your system/configuration is not listed above, you can use the following
@@ -1126,7 +1126,7 @@ Traceback (most recent call last):
11261126
TypeError: __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).
11301130
The best current solution is to make sure older versions of protobuf are not
11311131
installed, such as:
11321132

0 commit comments

Comments
 (0)