-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump Tensorboard to protobuf 5 #6887
Comments
groszewn
added a commit
to groszewn/tensorboard
that referenced
this issue
Aug 7, 2024
Instead of restricting protobuf<5.0.0 due to the removal to `including_default_value_fields` kwarg in `json_format.MessageToJson` (replaced by `always_print_fields_with_nopresence`), we can instead detect the currently installed protobuf version and use the appropriate kwarg. Contributes to tensorflow#6808 and should resolve tensorflow#6887.
groszewn
added a commit
to groszewn/tensorboard
that referenced
this issue
Aug 7, 2024
Instead of restricting `protobuf<5.0.0` due to the removal to `including_default_value_fields` kwarg in `json_format.MessageToJson` (replaced by `always_print_fields_with_nopresence`), we can instead detect the currently installed protobuf version and use the appropriate kwarg. Contributes to tensorflow#6808 and should resolve tensorflow#6887.
groszewn
added a commit
to groszewn/tensorboard
that referenced
this issue
Aug 7, 2024
Instead of restricting `protobuf<5.0.0` due to the removal to `including_default_value_fields` kwarg in `json_format.MessageToJson` (replaced by `always_print_fields_with_nopresence`), we can instead detect the currently installed protobuf version and use the appropriate kwarg. Contributes to tensorflow#6808 and should resolve tensorflow#6887.
groszewn
added a commit
to groszewn/tensorboard
that referenced
this issue
Aug 7, 2024
Instead of restricting `protobuf<5.0.0` due to the removal to `including_default_value_fields` kwarg in `json_format.MessageToJson` (replaced by `always_print_fields_with_nopresence`), we can instead detect the currently installed protobuf version and use the appropriate kwarg. Contributes to tensorflow#6808 and should resolve tensorflow#6887.
groszewn
added a commit
to groszewn/tensorboard
that referenced
this issue
Aug 7, 2024
Instead of restricting `protobuf<5.0.0` due to the removal to `including_default_value_fields` kwarg in `json_format.MessageToJson` (replaced by `always_print_fields_with_nopresence`), we can instead detect the currently installed protobuf version and use the appropriate kwarg. Contributes to tensorflow#6808 and should resolve tensorflow#6887.
groszewn
added a commit
to groszewn/tensorboard
that referenced
this issue
Aug 9, 2024
Instead of restricting `protobuf<5.0.0` due to the removal to `including_default_value_fields` kwarg in `json_format.MessageToJson` (replaced by `always_print_fields_with_nopresence`), we can instead detect the currently installed protobuf version and use the appropriate kwarg. Contributes to tensorflow#6808 and should resolve tensorflow#6887.
groszewn
added a commit
to groszewn/tensorboard
that referenced
this issue
Aug 9, 2024
Instead of restricting `protobuf<5.0.0` due to the removal to `including_default_value_fields` kwarg in `json_format.MessageToJson` (replaced by `always_print_fields_with_nopresence`), we can instead detect the currently installed protobuf version and use the appropriate kwarg. Contributes to tensorflow#6808 and should resolve tensorflow#6887.
groszewn
added a commit
to groszewn/tensorboard
that referenced
this issue
Aug 9, 2024
Instead of restricting `protobuf<5.0.0` due to the removal to `including_default_value_fields` kwarg in `json_format.MessageToJson` (replaced by `always_print_fields_with_nopresence`), we can instead detect the currently installed protobuf version and use the appropriate kwarg. Contributes to tensorflow#6808 and should resolve tensorflow#6887.
groszewn
added a commit
to groszewn/tensorboard
that referenced
this issue
Aug 9, 2024
Instead of restricting `protobuf<5.0.0` due to the removal to `including_default_value_fields` kwarg in `json_format.MessageToJson` (replaced by `always_print_fields_with_nopresence`), we can instead detect the currently installed protobuf version and use the appropriate kwarg. Contributes to tensorflow#6808 and should resolve tensorflow#6887.
groszewn
added a commit
to groszewn/tensorboard
that referenced
this issue
Aug 9, 2024
Instead of restricting `protobuf<5.0.0` due to the removal to `including_default_value_fields` kwarg in `json_format.MessageToJson` (replaced by `always_print_fields_with_nopresence`), we can instead detect the currently installed protobuf version and use the appropriate kwarg. Contributes to tensorflow#6808 and should resolve tensorflow#6887.
groszewn
added a commit
to groszewn/tensorboard
that referenced
this issue
Aug 13, 2024
Instead of restricting `protobuf<5.0.0` due to the removal to `including_default_value_fields` kwarg in `json_format.MessageToJson` (replaced by `always_print_fields_with_nopresence`), we can instead detect the currently installed protobuf version and use the appropriate kwarg. Contributes to tensorflow#6808 and should resolve tensorflow#6887.
groszewn
added a commit
that referenced
this issue
Aug 13, 2024
Instead of restricting `protobuf<5.0.0` due to the removal to `including_default_value_fields` kwarg in `json_format.MessageToJson` (replaced by `always_print_fields_with_nopresence`), we can instead detect the currently installed protobuf version and use the appropriate kwarg. Contributes to #6808 and should resolve #6887.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue 6808 was fixed by restricting the proto version to < 5.
It would be great to allow Tensorflow to work with protobuf 5, to make it easier to install it alongside other packages.
The text was updated successfully, but these errors were encountered: