Open DeepDuke opened 1 year ago
Hey @DeepDuke, This error is related to an issue with the protobuf library that is used by TensorBoard. The error message suggests that the protobuf library installed on your system is not compatible with the version used by the generated code in TensorBoard.
The suggested workarounds are to either downgrade the protobuf library to version 3.20.x or lower, or to set the environment variable "PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python".
You can also try to regenerate the protobuf code with protoc version 3.19.0 or higher.
Checklist
master
branch).My Question
Hi, when I try to import
import open3d.ml.torch
, this strange error occurs...