Skip to content

Commit 5c384ac

Browse files
authored
stop setting PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION env var (#1887)
1 parent 9d5ba75 commit 5c384ac

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tensorboard/main.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@
3333
# https://github.com/tensorflow/tensorboard/issues/1225
3434
# This must be set before the first import of tensorflow.
3535
os.environ['GCS_READ_CACHE_DISABLED'] = '1'
36-
37-
# Use fast C++ implementation of Python protocol buffers. See:
38-
# https://github.com/protocolbuffers/protobuf/blob/v3.6.0/python/google/protobuf/pyext/README
39-
os.environ['PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION'] = 'cpp'
40-
os.environ['PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION_VERSION'] = '2'
4136
# pylint: enable=g-import-not-at-top
4237

4338
import sys

0 commit comments

Comments
 (0)