awslabs / awslabs/sagemaker-debugger
How do I install protobuf3 compiler and runtime correctly?
Open
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
Assessment
This issue has not been assessed yet.