awslabs / awslabs/sagemaker-debugger

How do I install protobuf3 compiler and runtime correctly?

Open
#171 6 comments 0 reactions 0 assignees View on GitHub
documentation FAQ
Dominant language
Python
Stars
165
Forks
82
PR merge metrics
No merged PRs in 30d

Description

If you see the error messages `E ModuleNotFoundError: No module named 'smdebug.core.tfevent.proto.types_pb2'1` or `ERROR: Compiling summary protocol buffers failed. You will not be able to use smdebug. Please make sure that you have installed protobuf3 compiler and runtime correctly.`, it is most likely that you haven't installed the correct version of protobuf.

We provide a simple script that downloads and install the version of protobuf required by sagemaker-debugger.

To install protobuf using this script, simply run.

`sh config/protoc_downloader.sh`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.